Tree


.emacs.d/
.exrccommits | blame
.local/
.mbsyncrccommits | blame
.nexrccommits | blame
.profilecommits | blame
.shrccommits | blame
.tmux.confcommits | blame
.tmuxline.confcommits | blame
README.mdcommits | blame

README.md

# sara's dotfiles

To use on a new machine:

```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.