created using chezmoi
After installing chezmoi, run:
chezmoi init https://github.com/stonesha/dotfiles.git
Check what changes that chezmoi will make to your home directory by running:
chezmoi diff
If you are happy with the changes that chezmoi will make then run:
chezmoi apply -v
On any machine, you can pull and apply the latest changes from your repo with:
chezmoi update -v
You can install your dotfiles on new machine with a single command:
chezmoi init --apply https://github.com/$GITHUB_USERNAME/dotfiles.git
If you use GitHub and your dotfiles repo is called dotfiles then this can be shortened to:
chezmoi init --apply $GITHUB_USERNAME