Fish #
Installing Fish Shell #
-
Install fish on Linux
sudo apt update sudo apt install fish -
Set fish as default shell
chsh -s /usr/bin/fish -
Verify installation
fish --version -
Launch fish configuration interface
fish_config
Oh-My-Fish #
-
Install Oh-My-Fish
curl -L https://get.oh-my.fish | fish -
Install the
agnosterthemeomf install agnoster omf theme agnoster