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
def pacman_packages(self) -> set[str]:
return {
"ast-grep",
"biome",
"bun",
"github-cli",
"go",
"lazygit",
"mise",
"neovim",
"nodejs",
"tmux",
"uv",
"yaml-language-server",
}