My dotfiles I utilize as a Platform Engineer
Managed with GNU Stow.
- nvim — Neovim config built on LazyVim
- ghostty — Ghostty terminal config
- claude — Claude Code custom agents and skills
- zsh — zsh with oh-my-zsh and Powerlevel10k
- GNU Stow —
brew install stow - Neovim v0.11+ —
brew install neovim - Ghostty — terminal emulator
- oh-my-zsh —
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - Powerlevel10k —
brew install powerlevel10k - Claude Code —
curl -fsSL https://claude.ai/install.sh | bashorbrew install --cask claude-code
git clone https://github.com/cwaits6/dotfiles ~/.dotfiles
cd ~/.dotfiles
# Apply all configs
stow nvim ghostty claude zsh
# Or pick individual ones
stow nvim
stow zsh
stow ghostty
stow claude