Chezmoi commands
Chezmoi is a dotfiles manager.
chezmoi diff
- see the difference between the current state of your local dotfiles compared against the checked-in versions.cm aa
- to update chezmoi with all your local changes.
alias -g aa="status | cut -c 4- | xargs -I % -p sh -c 'chezmoi add ~/%'"