Personal config files managed with GNU Stow.
| Package | What it manages |
|---|---|
| zsh | .zshrc, .zshenv, .zprofile |
| git | .gitconfig, .editorconfig |
| nvim | Neovim config |
| zed | Zed editor settings |
| ghostty | Ghostty terminal config |
| starship | Starship prompt config |
| gh | GitHub CLI config |
| claude | Claude Code settings |
brew install stow
git clone <repo-url> ~/src/dotfiles
cd ~/src/dotfiles
./install.shStow a single package:
stow -v --target="$HOME" <package>Unstow a package:
stow -D --target="$HOME" <package>