Commit Briefs


41556a9848 Sara Burke

add keepass prompt helper on macos



a91721d810 Sara Burke

add function to switch ssh signing key


12284587f9 Sara Burke

update emacs


af8d5d17d7 Sara Burke

remove firefox launcher, unnecessary


d748f555f0 Sara Burke

clean up, add firefox shortcut for macos


84181fffa5 Sara Burke

update .local/bin in profile and fix uloc


a204e34410 Sara Burke

add uloc



Branches

Tags

This repository contains no tags

Tree

.Xresourcescommits | blame
.emacs.d/
.exrccommits | blame
.gitignorecommits | blame
.local/
.mbsyncrccommits | blame
.mgcommits | blame
.nexrccommits | blame
.profilecommits | blame
.shrccommits | blame
.tmux.confcommits | blame
.tmuxline.confcommits | blame
README.mdcommits | blame
install.shcommits | blame

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.