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