====== Fish Shell====== ===== Install Fish ===== === Ubuntu / Debian === sudo apt-add-repository ppa:fish-shell/release-3 sudo apt install fish === Manjaro / Arch === sudo pacman -S fish ===== 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