My dotfiles managed by chezmoi.
The chezmoi
's documentation is available at chezmoi.io.
Install chesmoi, then initialize chezmoi with the dotfile repo:
$ chezmoi init https://github.com/hydeik/dotfiles
Run
$ chezmoi edit-config
and input the data necessary for filling templates, such as:
[data]
name = "Your Name"
email = "[email protected]"
Check the changes that chezmoi will be made in the home directory:
$ chezmoi diff # to check the changes that will be made
If it is OK, apply the changes:
$ chezmoi -v apply # apply