feat(dev): 添加 oh-my-opencode 依赖(ast-grep, github-cli, tmux)

This commit is contained in:
2026-04-02 21:14:53 +08:00
parent 0aaf26a529
commit 8845398d84
+3
View File
@@ -28,13 +28,16 @@ class DevModule(Module):
@pacman_packages @pacman_packages
def pacman_packages(self) -> set[str]: def pacman_packages(self) -> set[str]:
return { return {
"ast-grep",
"biome", "biome",
"bun", "bun",
"github-cli",
"go", "go",
"lazygit", "lazygit",
"mise", "mise",
"neovim", "neovim",
"nodejs", "nodejs",
"tmux",
"uv", "uv",
"yaml-language-server", "yaml-language-server",
} }