Add chezmoi aliases and update Claude memory
- Add chezmoi section to aliases.zsh with cmu, cma, cms, cmd, cme - Update CLAUDE.md to always sync and commit dotfile changes
This commit is contained in:
parent
fde360dbdc
commit
e68e3a436a
2 changed files with 20 additions and 0 deletions
11
dot_claude/CLAUDE.md
Normal file
11
dot_claude/CLAUDE.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Claude Memory
|
||||
|
||||
## Preferences
|
||||
|
||||
### Chezmoi Sync
|
||||
When making changes to dotfiles (including Claude files in `~/.claude/`), always:
|
||||
1. Sync with chezmoi:
|
||||
- `chezmoi add <file>` for new files
|
||||
- `chezmoi re-add <file>` for updated files
|
||||
2. Commit the changes in the chezmoi source directory:
|
||||
- `cd $(chezmoi source-path) && git add -A && git commit -m "<descriptive message>"`
|
||||
Loading…
Add table
Add a link
Reference in a new issue