feat(base): 精简 WSL 开发环境包列表

移除 WSL 下冗余的媒体处理和工具包:
- chafa, fastfetch, ffmpeg, imagemagick, poppler, resvg, tealdeer, xh

保留核心开发工具:
- micro (友好编辑器) - .zshrc 通过 alias vi=nvim 使用
- gomi-bin (回收站) - .zshrc 通过 alias rm=gomi 使用

同时移除 .zshrc 中的 http 别名 (xh 已移除)

优化后:78 个包 (原 87 个)
This commit is contained in:
2026-04-09 11:51:53 +08:00
parent 34e71deed0
commit ff31160602
2 changed files with 0 additions and 11 deletions
-8
View File
@@ -39,31 +39,23 @@ class BaseModule(Module):
"base",
"bat",
"btop",
"chafa",
"curl",
"direnv",
"duf",
"dust",
"eza",
"fastfetch",
"fd",
"ffmpeg",
"git-delta",
"git",
"imagemagick",
"jq",
"micro",
"ouch",
"poppler",
"procs",
"resvg",
"ripgrep",
"sd",
"starship",
"sudo",
"tealdeer",
"wget",
"xh",
"yazi",
"yq",
"zoxide",