Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 576 Bytes

File metadata and controls

29 lines (20 loc) · 576 Bytes

dotfiles

My dotfiles, managed with chezmoi. Starts with Claude Code config; more to come.

Bootstrap

Mac / Linux:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ryanmagoon

Windows:

winget install twpayne.chezmoi
chezmoi init --apply ryanmagoon

Preview before applying on a new box:

chezmoi diff                 # what would change in $HOME
chezmoi apply --dry-run -v   # simulate
chezmoi apply                # go

See AGENTS.md for repo structure and conventions.