Skip to content

Latest commit

 

History

History

docs

dotfiles & config management

mauveFILES for personal and work systems running macOS or Linux

quick start

sh -c "$(curl -fsSL get.chezmoi.io)" -- init --apply mauvehed

quick commands

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

resources