My personal dotfiles managed with chezmoi, mainly targeting macOS for now.
-
Install chezmoi:
brew install chezmoi
-
Initialize chezmoi with my dotfiles repo:
chezmoi init https://github.com/GabrielxDuO/dotfiles.git
Or use a shorter alias:
chezmoi init GabrielxDuO
-
Check what changes that chezmoi will make:
chezmoi diff
-
Apply changes verbosely:
chezmoi apply -v
Or you can a single command to install chezmoi and the dotfiles (Not recommended):
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply GabrielxDuOMove to chezmoi docs.