diff --git a/Quellen/fish.md b/Quellen/fish.md new file mode 100644 index 0000000..1ade39a --- /dev/null +++ b/Quellen/fish.md @@ -0,0 +1,24 @@ +--- +tags: + - IT/Shell + - IT/Tools/fish +--- + +## Links + +- [Soothing pastel theme for the Fish Shell](https://github.com/catppuccin/fish) +- [The ultimate Fish prompt](https://github.com/IlanCosman/tide) +- [Ultra-pure, lag-free prompt with async Git status—just for Fish](https://github.com/jorgebucaran/hydro) +- [Speed up your Git workflow. 🐠](https://github.com/joseluisq/gitnow) +- [Pretty, minimal, and fast prompt for Fish shell inspired by sindresorhus/pure](https://github.com/pure-fish/pure/) +- [A curation of prompts, plugins & other Fish treasures 🐚💎](https://github.com/jorgebucaran/awsm.fish) +- [A curated list of packages, prompts, and resources for the fish shell.](https://github.com/gazorby/awesome-fish) + +## Plugins + +```shell +fisher install catppuccin/fish +fisher install IlanCosman/tide@v6 +fisher install joseluisq/gitnow@2.13.0 +fisher install pure-fish/pure +```