From a86f797627ae229f93e6b58d5dbffa4d1e2c07c4 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 18 May 2026 21:59:56 -0400 Subject: [PATCH] fix(deps): demote paru from required to recommended paru is an AUR helper only available on Arch-based distros and is not required for the config to function. Moved to recommended tier alongside yay. README updated accordingly. --- README.md | 2 +- functions/_fish_deps_catalog.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32eac7f..c36fa42 100644 --- a/README.md +++ b/README.md @@ -499,12 +499,12 @@ Named context shortcuts (e.g. `dcr`, `dck`) live in `~/.config/.user-dots/fish/l | [fzf](https://github.com/junegunn/fzf) | Fuzzy finder | | [zoxide](https://github.com/ajeetdsouza/zoxide) | Smart directory jumper | | [direnv](https://direnv.net/) | Per-directory env loading | -| [paru](https://github.com/Morganamilo/paru) | AUR helper | ### Recommended | Tool | Replaces | |---|---| +| [paru](https://github.com/Morganamilo/paru) / [yay](https://github.com/Jguer/yay) | AUR helper (Arch only) | | [eza](https://github.com/eza-community/eza) | `ls` (preferred) | | [lsd](https://github.com/lsd-rs/lsd) | `ls` (fallback) | | [bat](https://github.com/sharkdp/bat) | `cat` | diff --git a/functions/_fish_deps_catalog.fish b/functions/_fish_deps_catalog.fish index ca644f8..aab7ecc 100644 --- a/functions/_fish_deps_catalog.fish +++ b/functions/_fish_deps_catalog.fish @@ -18,7 +18,7 @@ function _fish_deps_catalog eza lsd bat btop dust duf prettyping most rg lazygit lazydocker trash kitty wezterm set -g _fdc_tiers \ - req req req req req req req \ + req req req req req req rec \ int int \ rec rec rec rec rec rec rec rec rec rec rec rec rec rec