My personal dotfiles for zsh, tmux, neovim, git, and Claude Code.
| Path | Description |
|---|---|
home/.zshrc |
Zsh config — Oh My Zsh, aliases, shell functions |
home/.zshenv |
Cargo env |
home/.zprofile |
Homebrew env |
home/.gitconfig |
Git user config |
home/.tmux.conf |
Tmux — vim keys, powerline, mouse |
config/nvim/ |
Neovim — LazyVim + CodeCompanion (ollama) |
config/git/ignore |
Global gitignore |
claude/CLAUDE.md |
Claude Code behavioral guidelines |
claude/settings.json |
Claude Code settings |
git clone https://github.com/wtbates99/dotfiles ~/dotfiles
cd ~/dotfiles
./install.shThe install script symlinks each file to the correct location in ~. Existing files are backed up with a .bak suffix before being replaced.