commit 731e73a90e3da4a325537b35194caa25894d1235 from: Sara Burke date: Sun Feb 15 03:25:28 2026 UTC add got example to readme commit - fe9a854b5b4ecb690af6233aa118d0d5b40f6966 commit + 731e73a90e3da4a325537b35194caa25894d1235 blob - /dev/null blob + 0e5cc3be2888c8535bd3f4e8d57fe0166148d95d (mode 644) --- /dev/null +++ .gitignore @@ -0,0 +1,2 @@ +.claude/** + blob - 47acaba9d82a7a35b9bb26549640d07c41c82f71 blob + e9718783a5179f00ca36ffd16f73c9deed100e2a --- README.md +++ README.md @@ -1,8 +1,20 @@ # sara's dotfiles -To use on a new machine: +## Game of Trees Configuration +To use with got: + ```sh +got clone .git +got checkout +sh install.sh +``` + +## Git Configuration + +To use on a new machine with just git: + +```sh git clone --bare $HOME/.dotfiles alias dot='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' dot checkout