Add Claude plugins preference to memory file

This commit is contained in:
Viktor Barzin 2026-02-03 20:35:15 +00:00
parent b398cc665b
commit 453435a2c1

View file

@ -9,3 +9,9 @@ When making changes to dotfiles (including Claude files in `~/.claude/`), always
- `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>"`
### 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.