My dotfiles, managed with chezmoi. Starts with Claude Code config; more to come.
Mac / Linux:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ryanmagoonWindows:
winget install twpayne.chezmoi
chezmoi init --apply ryanmagoonPreview before applying on a new box:
chezmoi diff # what would change in $HOME
chezmoi apply --dry-run -v # simulate
chezmoi apply # goSee AGENTS.md for repo structure and conventions.