Add opencode config

This commit is contained in:
Caleb Braaten 2025-10-02 10:34:03 -07:00
parent 24377d5efd
commit 41e4f886fa
3 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,7 @@
{
"$schema": "https://opencode.ai/config.json",
// Theme configuration
"theme": "system",
"model": "qwen-3-coder-480b",
"autoupdate": true,
}

View File

@ -11,7 +11,7 @@ xargs brew install < brewlist
xargs brew install --cask < casklist
# Sym Link Configs
folders=("alacritty" "nvim" "tmux" "zsh" "git")
folders=("nvim" "tmux" "zsh" "git" ".config")
for folder in "${folders[@]}"
do

View File

@ -54,3 +54,9 @@ source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
# opencode
export PATH=/Users/caleb/.opencode/bin:$PATH
# The following lines have been added by Docker Desktop to enable Docker CLI completions.
fpath=(/Users/caleb/.docker/completions $fpath)
autoload -Uz compinit
compinit
# End of Docker CLI completions