mauveFILES for personal and work systems running macOS or Linux
sh -c "$(curl -fsSL get.chezmoi.io)" -- init --apply mauvehed
To add new files to chezmoi control:
chezmoi add <file>
To edit a file under chezmoi control:
chezmoi edit <file>
To preview changes before applying:
chezmoi diff
To apply changes from .local/share/chezmoi/
to ~/ use:
chezmoi apply
To both git pull
and chezmoi apply
use update
chezmoi update
To force a refresh the downloaded archives (from .chezmoiexternal.toml
), use the --refresh-externals flag to chezmoi apply:
chezmoi --refresh-externals apply
Or --refresh-externals
can be shortened to -R:
chezmoi -R apply