Managed with chezmoi
-
Install chezmoi.
curl -sfL https://git.io/chezmoi | sh
-
Initialize chezmoi. Use
https
since we don't have creds yet.chezmoi init https://github.com/chadjvw/dotfiles.git
-
(Optional) Check the diff.
chezmoi apply -nv
-
Install the dotfiles.
chezmoi apply
Done! To keep up to date in the future:
chezmoi update