chezmoi-chef
Installation
SKILL.md
Chezmoi Dotfile Management
Chezmoi manages dotfiles across machines with templating, encryption, and password manager integration.
Quick Reference
chezmoi init # Initialize
chezmoi add ~/.bashrc # Add file
chezmoi add --template ~/.zshrc # Add as template
chezmoi add --encrypt ~/.secret # Add encrypted
chezmoi edit ~/.bashrc # Edit and apply
chezmoi apply # Apply all changes
chezmoi diff # Preview changes
chezmoi update # Pull and apply
chezmoi cd # Shell in source dir