Tree
- Tree:
4870c42440c5ea1619cb1ab02fffe005c18095f0- Date:
- Message:
- update with os-conditional ssh-keyagent socket on login; prepend homebrew
README.md
# sara's dotfiles ## 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 ``` To update a file on a configured machine: ```sh dot add ~/.shrc dot commit -m "update shrc" dot push ``` README.md last tended 2025-12-29.
