Personal configuration files, managed with symlinks.
.agents/ # Claude Code agent skills
.config/
fish/ # Fish shell config
gh/ # GitHub CLI config
neofetch/ # Neofetch config
yazi/ # Yazi file manager config
zed/settings.json # Zed editor settings
ghostty/ # Ghostty terminal config
.gitconfig # Git configuration
.gitignore_global # Global gitignore
Brewfile # Homebrew bundle
install.fish # Symlink setup script
On a new machine, clone the repo and run the install script:
git clone <repo-url> ~/.dotfiles
cd ~/.dotfiles
fish install.fishThe script creates symlinks from their expected locations to this repo. It will skip any path that already exists (and is not a symlink), so nothing gets overwritten.