Install Fish shell on Mac OS X
-
Install Brew, a nice package manager for MacOS
-
Install Fish :
brew install fish
-
Add fish to the list of available shells :
sudo -s
thenecho /usr/local/bin/fish >> /etc/shells
-
(optional) Set fish as the default shell
3.1 ...for root (assumed as the current user because of point 2.) :chsh -s /usr/local/bin/fish
\