feat: harden terminal abbreviations, gracefully fallback missing integrations, and check deps #5

Merged
rootiest merged 3 commits from feat/deps-fallbacks into main 2026-05-01 01:18:20 +00:00
Showing only changes of commit 7e1c727b69 - Show all commits
+1 -5
View File
@@ -79,11 +79,7 @@ Managed via [Fisher](https://github.com/jorgebucaran/fisher):
| `mattmc3/magic-enter.fish` | Smart Enter: runs `ls` / `git status` on blank line |
| `jorgebucaran/spark.fish` | Sparkline bar charts in the terminal |
Install plugins after cloning:
```fish
fisher update
```
Fisher and all listed plugins are installed automatically by the bootstrap script in `config.fish` upon launching the shell for the first time.
---