My dotfiles, managed by chezmoi.
Note that they are my own dot files, so there maybe certain things with my user /id and may need to be changed/removed to be generally useful.
To set up on a new machine (docs):
chezmoi init https://github.com/robert-bryson/dotfiles.git
To update your local dotfiles from remote (docs):
chezmoi update --verbose --dry-run
-v
or --verbose
, -n
or --dry-run
. Remove --dry-run
if looks good.