Skip to content

donnes/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Config Repository

Managed by syncode

Setup on New Machine

# 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"

Synced Agents

  • Claude Code (copy)
  • VSCode (symlink)
  • Windsurf (symlink)
  • Cursor (symlink)
  • OpenCode (symlink)

Dotfiles

  • Shell configs (.zshrc, .bashrc)
  • Terminal configs (ghostty, tmux)

Usage

# Check status
syncode status

# Sync changes
syncode sync

# Push to remote
git add .
git commit -m "Update configs"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors