- Add chezmoi section to aliases.zsh with cmu, cma, cms, cmd, cme - Update CLAUDE.md to always sync and commit dotfile changes
384 B
384 B
Claude Memory
Preferences
Chezmoi Sync
When making changes to dotfiles (including Claude files in ~/.claude/), always:
- Sync with chezmoi:
chezmoi add <file>for new fileschezmoi re-add <file>for updated files
- Commit the changes in the chezmoi source directory:
cd $(chezmoi source-path) && git add -A && git commit -m "<descriptive message>"