refactor(modules): 拆分开发工具为独立 DevModule,替换 DockerModule
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user