This repo uses chezmoi for management of $HOME
dotfiles.
After having chezmoi
installed run the following command to pull down the repo's latest changes to the new machine and apply them to your $HOME
dir
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply txj-xyz
If you want to apply your new updates to tracked files, run:
# If you updated local files instead of chezmoi, run this
chezoi re-add
# If you updated with `chezmoi cd; nvim`
chezmoi apply
# Edit directly and apply
chezmoi edit ~/.zshrc; chezmoi apply