Our collection of Opencode files that can be shared with anyone around the whole world!
Install Opencode from your shell with the following command
Terminal User Interface
winget install opencodeGraphical User Interface
winget install OpenCodeMake sure all instances of opencode are closed along with IDE's that use opencode
Terminal User Interface
winget upgrade opencodeGraphical User Interface
winget upgrade OpenCodeGet your opencode.json config and place it in your ~\.config\opencode directory.
Download Files
git init ~/.config/opencode/
git -C ~/.config/opencode/ remote add origin https://github.com/stratusadv/opencode-files-public
git -C ~/.config/opencode/ fetch
git -C ~/.config/opencode/ reset --hard origin/mainGet the latest files from the repo
git -C ~/.config/opencode/ pull origin mainTo update or change the files we suggest using your IDE or GIT Tooling.