User Tools

Site Tools


linux:setup:fish

This is an old revision of the document!


Fish Shell Config & Setup

Install Fish

Ubuntu / Debian

sudo apt-add-repository ppa:fish-shell/release-3
sudo apt install fish

Manjaro / Arch

WIP

Set as Default Shell

usermod -s /usr/bin/fish USER_NAME_HERE
 
# In fish
chsh -s (which fish)
 
# In bash
chsh -s `which fish`

Remove Greeting

function fish_greeting
end

funcsave fish_greeting

Install OMF (Oh My Fish)

curl -L https://get.oh-my.fish | fish

Bob The Fish Theme

omf install bobthefish

Configuration File

WIP

/app/www/public/data/attic/linux/setup/fish.1568822481.txt.gz · Last modified: 2019/09/18 11:01 by Matt