feat(deps): add fish-deps unified dependency management command #17
@@ -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 |
|
| [fzf](https://github.com/junegunn/fzf) | Fuzzy finder |
|
||||||
| [zoxide](https://github.com/ajeetdsouza/zoxide) | Smart directory jumper |
|
| [zoxide](https://github.com/ajeetdsouza/zoxide) | Smart directory jumper |
|
||||||
| [direnv](https://direnv.net/) | Per-directory env loading |
|
| [direnv](https://direnv.net/) | Per-directory env loading |
|
||||||
| [paru](https://github.com/Morganamilo/paru) | AUR helper |
|
|
||||||
|
|
||||||
### Recommended
|
### Recommended
|
||||||
|
|
||||||
| Tool | Replaces |
|
| 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) |
|
| [eza](https://github.com/eza-community/eza) | `ls` (preferred) |
|
||||||
| [lsd](https://github.com/lsd-rs/lsd) | `ls` (fallback) |
|
| [lsd](https://github.com/lsd-rs/lsd) | `ls` (fallback) |
|
||||||
| [bat](https://github.com/sharkdp/bat) | `cat` |
|
| [bat](https://github.com/sharkdp/bat) | `cat` |
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ function _fish_deps_catalog
|
|||||||
eza lsd bat btop dust duf prettyping most rg lazygit lazydocker trash kitty wezterm
|
eza lsd bat btop dust duf prettyping most rg lazygit lazydocker trash kitty wezterm
|
||||||
|
|
||||||
set -g _fdc_tiers \
|
set -g _fdc_tiers \
|
||||||
req req req req req req req \
|
req req req req req req rec \
|
||||||
int int \
|
int int \
|
||||||
rec rec rec rec rec rec rec rec rec rec rec rec rec rec
|
rec rec rec rec rec rec rec rec rec rec rec rec rec rec
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user