fix(deps): clean up dependency catalog tiers and remove dead installer code #46
+7
-7
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user