Fix Opencode config stow path

This commit is contained in:
2026-05-02 16:12:50 -07:00
parent f938609a0f
commit e17d09e56d
3 changed files with 19 additions and 9 deletions

View File

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

View File

@@ -11,11 +11,10 @@ xargs brew install < brewlist
xargs brew install --cask < casklist
# Sym Link Configs
folders=("nvim" "tmux" "zsh" "git" "ssh")
folders=("nvim" "tmux" "zsh" "git" "ssh" "opencode")
for folder in "${folders[@]}"
do
echo "Symlinking $folder"
stow "$folder" --target ~
done

View File

@@ -0,0 +1,18 @@
{
"$schema": "https://opencode.ai/config.json",
// Theme configuration
"theme": "system",
"model": "qwen-3-coder-480b",
"autoupdate": true,
"mcp": {
"pencil": {
"command": [
"/Applications/Pencil.app/Contents/Resources/app.asar.unpacked/out/mcp-server-darwin-arm64",
"--app",
"desktop"
],
"enabled": true,
"type": "local"
}
}
}