- Last Change:
- Clone URL:
ssh://anonymous@sara.gothub.org:2238/dotfiles.git
- ECDSA:
SHA256:7uJRAeD4T0+UqsZugTabjEwQEf64f3Tm0QOMNZi2/4E
- ED25519:
SHA256:kQRkSHe7T0HBzS4GVCYYsc81CCquiZ6Yapbp2BL5H2k
- RSA:
SHA256:DXFWgdLIpn8ffLHDPGa5pMZn+u39HjYU+yujigL+qk8
Commit Briefs
Branches
Tree
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.
