Follow the installation instructions corresponding to your operating system, distribution and package manager.
On Arch Linux:
$ pacman -S chezmoiOn Debian and Ubuntu, see Download a pre-built Linux package
On macOs:
$ brew install chezmoiInitialize chezmoi for a new machine:
chezmoi init git@github.com:virtualtam/dotfiles.gitPreview the changes that would be made:
chezmoi diffApply the changes:
chezmoi apply