feat: add opencode config + sync.py (LiteLLM + MCP gateway)

This commit is contained in:
2026-05-21 08:03:41 +02:00
parent 8a3d94bfdc
commit 7d33a89a15
3 changed files with 208 additions and 0 deletions
+5
View File
@@ -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"