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:
@@ -75,9 +75,6 @@ alias lg="lazygit"
|
|||||||
alias vi="nvim"
|
alias vi="nvim"
|
||||||
alias x="ouch decompress" # 万能解压(zip/tar/gz/bz2/xz/zst/7z/rar)
|
alias x="ouch decompress" # 万能解压(zip/tar/gz/bz2/xz/zst/7z/rar)
|
||||||
|
|
||||||
# 网络
|
|
||||||
alias http="xh"
|
|
||||||
|
|
||||||
# ── yazi wrapper:退出时自动 cd 到最后目录 ──
|
# ── yazi wrapper:退出时自动 cd 到最后目录 ──
|
||||||
function yy() {
|
function yy() {
|
||||||
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
||||||
|
|||||||
@@ -39,31 +39,23 @@ class BaseModule(Module):
|
|||||||
"base",
|
"base",
|
||||||
"bat",
|
"bat",
|
||||||
"btop",
|
"btop",
|
||||||
"chafa",
|
|
||||||
"curl",
|
"curl",
|
||||||
"direnv",
|
"direnv",
|
||||||
"duf",
|
"duf",
|
||||||
"dust",
|
"dust",
|
||||||
"eza",
|
"eza",
|
||||||
"fastfetch",
|
|
||||||
"fd",
|
"fd",
|
||||||
"ffmpeg",
|
|
||||||
"git-delta",
|
"git-delta",
|
||||||
"git",
|
"git",
|
||||||
"imagemagick",
|
|
||||||
"jq",
|
"jq",
|
||||||
"micro",
|
"micro",
|
||||||
"ouch",
|
"ouch",
|
||||||
"poppler",
|
|
||||||
"procs",
|
"procs",
|
||||||
"resvg",
|
|
||||||
"ripgrep",
|
"ripgrep",
|
||||||
"sd",
|
"sd",
|
||||||
"starship",
|
"starship",
|
||||||
"sudo",
|
"sudo",
|
||||||
"tealdeer",
|
|
||||||
"wget",
|
"wget",
|
||||||
"xh",
|
|
||||||
"yazi",
|
"yazi",
|
||||||
"yq",
|
"yq",
|
||||||
"zoxide",
|
"zoxide",
|
||||||
|
|||||||
Reference in New Issue
Block a user