Guebew | Pourquoi Guebew?

Install Fish Shell

04/04/26

Summary

From their website:
Fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family.

Technical stuff

Install on Linux (Ubuntu):
sudo apt update && sudo apt install fish
Make Fish the default shell
chsh -s /usr/bin/fish
Install extensions:

Fisher, a plugin manager:

curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
Fisher GitHub

Tide, the ultimate Fish prompt:

fisher install IlanCosman/tide@v6
Tide GitHub

Around

Fish website