Install
Install
Warning
Make sure you are in your
$HOME
directory 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 DustVoice
Replace
DustVoice
: Your GitHub username, if you maintain a fork, or your owndotfiles
repository
Quickly and easily applies a config hosted under https://github.com/DustVoice/dotfiles
.
Install and Apply
$install_cmd -- $apply_cmd
Replace
Example
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply DustVoice
Update and refresh externals
chezmoi update -R