Managed by syncode
# Install syncode
npm install -g @donnes/syncode
# Initialize from existing repo
syncode init
# When prompted, enter repo URL: https://github.com/donnes/configs.git
# Sync configs (creates symlinks)
syncode sync
# Select "Export"- Claude Code (copy)
- VSCode (symlink)
- Windsurf (symlink)
- Cursor (symlink)
- OpenCode (symlink)
- Shell configs (.zshrc, .bashrc)
- Terminal configs (ghostty, tmux)
# Check status
syncode status
# Sync changes
syncode sync
# Push to remote
git add .
git commit -m "Update configs"
git push