Managed with chezmoi.
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply kenchan# Install chezmoi
sh -c "$(curl -fsLS get.chezmoi.io)"
# Initialize with this repository
chezmoi init https://github.com/kenchan/dotfiles.git
# Review changes
chezmoi diff
# Apply dotfiles
chezmoi apply -vchezmoi edit ~/.config/fish/config.fishchezmoi applychezmoi diffchezmoi add ~/.config/newfilechezmoi updatechezmoi git pull -- --autostash --rebase && chezmoi diffPreviously managed with thoughtbot/rcm. Migrated to chezmoi on 2026-01-05 while preserving full git history.