commit - fe9a854b5b4ecb690af6233aa118d0d5b40f6966
commit + 731e73a90e3da4a325537b35194caa25894d1235
blob - /dev/null
blob + 0e5cc3be2888c8535bd3f4e8d57fe0166148d95d (mode 644)
--- /dev/null
+++ .gitignore
+.claude/**
+
blob - 47acaba9d82a7a35b9bb26549640d07c41c82f71
blob + e9718783a5179f00ca36ffd16f73c9deed100e2a
--- README.md
+++ README.md
# sara's dotfiles
-To use on a new machine:
+## Game of Trees Configuration
+To use with got:
+
```sh
+got clone <repo-url>.git
+got checkout <repo-dir> <worktree-dir>
+sh install.sh
+```
+
+## Git Configuration
+
+To use on a new machine with just git:
+
+```sh
git clone --bare <repo-url> $HOME/.dotfiles
alias dot='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
dot checkout