Install
Install
Warning
Make sure you are in your
$HOMEdirectory when running this command!
sh -c "$(curl -fsLS get.chezmoi.io)"Tip
You can also Install and Apply in a single command!
NOTE
Also refer to the official documentation
Install into ~/.local/bin
sh -c "$(curl -fsLS get.chezmoi.io/lb)"System Package
Arch Linux
Apply
chezmoi init --apply DustVoiceReplace
DustVoice: Your GitHub username, if you maintain a fork, or your owndotfilesrepository
Quickly and easily applies a config hosted under https://github.com/DustVoice/dotfiles.
Install and Apply
$install_cmd -- $apply_cmdReplace
Example
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply DustVoice
Update and refresh externals
chezmoi update -R