refactor(modules): 拆分开发工具为独立 DevModule,替换 DockerModule

This commit is contained in:
2026-03-26 15:53:53 +08:00
parent b3e7d059ec
commit ba1bf38c71
3 changed files with 43 additions and 16 deletions
-14
View File
@@ -22,25 +22,11 @@ class BaseModule(Module):
def pacman_packages(self) -> set[str]:
return {
"base-devel",
"bat",
"btop",
"bun",
"curl",
"eza",
"fastfetch",
"fd",
"git",
"lazygit",
"micro",
"mise",
"neovim",
"nodejs",
"ripgrep",
"sudo",
"trash-cli",
"vim",
"wget",
"zoxide",
}
@aur_packages