Sync Claude Code config between ~/.claude/ and ~/cc-setup repo — backup, restore, diff, install
From cc-setupnpx claudepluginhub krzemienski/cc-setup --plugin cc-setup/cc-syncRe-analyze the current project, update the full Claude Code configuration, propagate `.claude/`
Manage your Claude Code configuration via the ~/cc-setup git repo.
Ask the user which direction they want:
Snapshot current ~/.claude/ config into ~/cc-setup:
cd ~/cc-setup && ./backup.sh
Then review changes with git diff and offer to commit.
Deploy ~/cc-setup config to ~/.claude/:
cd ~/cc-setup && ./restore.sh
Creates a safety backup before overwriting.
Show what changed since last sync:
cd ~/cc-setup && ./diff.sh
Full deploy from repo to ~/.claude/:
cd ~/cc-setup && ./install.sh