feat: add opencode config + sync.py (LiteLLM + MCP gateway)
This commit is contained in:
@@ -50,4 +50,9 @@ for BIN in codium code; do
|
||||
echo ": extensions synced"
|
||||
fi
|
||||
done
|
||||
# 7. opencode config sync (regenerates ~/.config/opencode/config.json from live state)
|
||||
if command -v python3 >/dev/null 2>&1; then
|
||||
python3 "$HOME/.config/opencode/sync.py" 2>/dev/null || true
|
||||
fi
|
||||
|
||||
echo "dotfiles installed: zsh + ohmyzsh + symlinks from $SRC/home"
|
||||
|
||||
Reference in New Issue
Block a user