fix(docs): correct paru/yay tier — catalog already has them as rec

paru and yay were already classified as rec in _fish_deps_catalog.fish
(they've always been position 9-10 in the tiers array with rec values)
but docs/fish-config.md still listed them under Required. Non-Arch
systems have had silent guards throughout, so they were never truly
required. This syncs the docs with what the catalog already says.
This commit is contained in:
2026-06-11 23:30:12 -04:00
parent a3b60718de
commit bc0b67a498
+7 -7
View File
@@ -850,12 +850,11 @@ Add -i (interactive confirmation) to destructive commands:
Dependencies are grouped into three tiers: Dependencies are grouped into three tiers:
Required cargo, fish, fisher, starship, fzf, zoxide, Required cargo, fish, fisher, starship, fzf, zoxide, direnv
direnv, paru/yay
Integrations wakatime, tailscale Integrations wakatime, tailscale
Recommended uv, eza, lsd, bat, btop, dust, duf, prettyping, ov, Recommended uv, paru, yay, eza, lsd, bat, btop, dust, duf,
ripgrep, lazygit, lazydocker, trash, kitty, wezterm, prettyping, ov, ripgrep, lazygit, lazydocker, trash,
python3 kitty, wezterm, python3
fish-deps fish-deps
fish-deps install fish-deps install
@@ -1355,8 +1354,6 @@ fish-deps manages these tools. Run `fish-deps` to check status, or
fzf Fuzzy finder fzf Fuzzy finder
zoxide Smart cd with frecency zoxide Smart cd with frecency
direnv Per-directory environment loading direnv Per-directory environment loading
paru AUR helper (Arch only; preferred)
yay AUR helper (Arch only; fallback)
## Integrations ## Integrations
@@ -1368,6 +1365,9 @@ fish-deps manages these tools. Run `fish-deps` to check status, or
uv Python package and project manager (Astral); used by the uv Python package and project manager (Astral); used by the
fish-from-source build path in fish-deps. All consumers fish-from-source build path in fish-deps. All consumers
degrade gracefully without it. degrade gracefully without it.
paru AUR helper (Arch only; preferred); guarded throughout —
non-Arch systems silently skip AUR-specific paths.
yay AUR helper (Arch only; fallback to paru); same guards apply.
eza Modern ls replacement eza Modern ls replacement
lsd ls replacement (fallback to eza) lsd ls replacement (fallback to eza)
bat Syntax-highlighted cat bat Syntax-highlighted cat