feat(dev): 添加 oh-my-opencode 依赖(ast-grep, github-cli, tmux)
This commit is contained in:
@@ -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",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user