#
Fish Shell
#
Fish Shell Setup
- Change to fish temporarily by running command:
fish
- Then install fisher and tide by running:
sudo curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher && fisher install ilancosman/tide
- Change the default shell to
fish
by:
sudo chsh $USER -s /bin/fish
- Logout and login again to see tha change.