Minimal dotfiles for macOS.
brew bundle
./stow.shstow.sh- Creates symlinks from dotfiles to home directory. Fails if files already exist.adopt.sh- Pulls existing config files into this repo and creates symlinks. Use once on a new machine to preserve current settings.
brew bundle- Install all packagesbrew bundle dump --force- Update Brewfile with currently installed packages
- Edit directly - open ~/.zshrc or ~/.config/ghostty/config in any editor
- Changes auto-save to the dotfiles repo (same file via symlink)
- Commit when ready - cd ~/workspace/dotfiles && git add . && git commit