Diagnostics Reference Appendix
Source files
.chezmoitemplates/aliases/diagnostics/diagnostics.aliases.sh
Alias reference
| Alias | Command |
|---|---|
ca | chezmoi apply |
capply | dot apply |
cdiff | dot diff |
cdrift | dot drift |
ce | chezmoi edit |
crem | dot remove |
cupdate | dot update |
dot-doctor | dotdoc |
dot-drift | drift |
dot-heal | heal |
dotdoc | bash $HOME/.dotfiles/scripts/diagnostics/doctor.sh |
dotdoc-full | bash $HOME/.dotfiles/scripts/diagnostics/doctor.sh && echo "\n--- Path Info ---" && echo $PATH | tr ":" "\n" | glow - |
drift | chezmoi verify |
heal | chezmoi apply --verbose |
Helper functions
cdot()
Validation
- Run
chezmoi applyafter alias updates. - Run
dot doctorto validate your shell state.