This repository contains personal configuration files for OpenCode. These settings are tailored to enhance my specific workflow but remain flexible for general use. Feel free to adapt them to fit your needs.
To download the latest version of the application, visit our releases page:
Download kcmon-opencode-config
On the releases page, find the version suitable for your operating system. Click on the link to download the file.
If you download a zip or tar file, you will need to extract its contents. Follow the instructions for your operating system:
tar -xvf <file_name>.tar.gz
Inside the extracted folder, find the .config/opencode directory. This folder contains the configuration files you will use.
cp -r ./<extracted_folder>/.config/opencode/* ~/.config/opencode/
Copy-Item -Recurse .\<extracted_folder>\.config\opencode\* C:\Users\$env:USERNAME\.config\opencode\
After copying the files, start the OpenCode application as follows:
opencode
The configuration files are organized within the .config/opencode directory. Hereβs a sample structure to give you an idea of what to expect:
.config
βββ opencode
βββ settings.json
βββ keybindings.json
βββ themes
βββ custom-theme.css
If you encounter any issues while using the configuration files or running OpenCode, here are some common solutions:
Feel free to modify the configuration files to match your preferences. Save your changes to ensure OpenCode recognizes them. If youβre looking to understand each setting better, consult OpenCodeβs documentation for detailed explanations.
For further help, visit our GitHub Issues page to report problems or ask questions.
Thank you for using kcmon-opencode-config!