Personal dotfiles managed by chezmoi.
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply solomonjames# Apply changes after editing source files
chezmoi apply
# See what would change
chezmoi diff
# Edit a managed file (opens source, applies on save)
chezmoi edit ~/.zshrc
# Pull latest from remote and apply
chezmoi update
# Add a new file to be managed
chezmoi add ~/.some-configAfter switching from Fresh to chezmoi:
rm -rf ~/.fresh ~/bin/fresh ~/bin/antigen.zsh ~/bin/pacapt ~/bin/fresh-setup
chezmoi init --apply solomonjames