Skip to content

OscSer/opencode-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

495 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCode Config

Centralized configuration for OpenCode. Automatically syncs opencode/ assets to ~/.config/opencode/

Usage

bun run setup       # Install configuration
bun run check       # Lint and format check
bun run format      # Format code
bun run typecheck   # Type checking
bun run test        # Test suite

Structure

opencode/
├── opencode.jsonc  # Global config
├── AGENTS.md       # Global instructions
├── agent/          # Custom agents
└── command/        # Custom commands
src/
└── installer.ts    # Setup script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published