702 B
702 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>"
Claude Plugins
When installing new Claude plugins or marketplaces, update these files:
~/.local/bin/sync-dotfiles-remote.sh- add new marketplace/plugin install commands~/.local/share/chezmoi/run_once_after_install-claude-plugins.sh- add to chezmoi run_once script Then sync and commit both to chezmoi.