Skip to content

OscSer/opencode-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

613 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCode Config

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

Commands

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  # https://opencode.ai/docs/config/
├── AGENTS.md       # https://opencode.ai/docs/rules/
├── agents/         # https://opencode.ai/docs/agents/
├── commands/       # https://opencode.ai/docs/commands/
└── skills/         # https://opencode.ai/docs/skills/
src/
└── installer.ts    # Setup script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors