chore: added status command example

This commit is contained in:
Michele Cereda
2024-02-15 22:02:53 +01:00
parent 42cd26b37c
commit f30779c9d7

View File

@@ -34,10 +34,14 @@ chezmoi add --encrypt '.ssh/id_ed25519' # add encrypted
# The given files need to have been added first.
chezmoi edit '.tmux.conf'
# List files with changes.
chezmoi status
# Check what files would change during an apply.
chezmoi apply --dry-run --verbose
chezmoi apply -nv
# Check what contents would change.
# Check what content would change.
chezmoi diff
# Apply changes.