- Fish Shell For Mac Computers
- Fish Shell Mac Setup
- Fish Shell For Mac Catalina
- Fish Shell For Mac Osx
- Fish Shell Macro
- Fish Shell For Mac
About the App
- App name: Fish Shell
- App description: fish (App: fish.pkg)
- App website: http://fishshell.com
Install the App
Fish Shell For Mac Computers
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew cask install fish
Done! You can now use Fish Shell.
Similar Software for Mac
Install iTerm 2
Fish shell use ctrl+f shortcut for completing a suggestion. Using the ctrl key forces me to change my hand position over the keyboard. As an alternative, we can use space+enter shortcut as a.
- Solved the problem for me also. For anyone else who encounters this I had to add /usr/local/bin/fish to /etc/shells and then I had to re-run the command. Chsh -s /usr/local/bin/fish. After that, fish was now the default shell for OS X Terminal!
- It depends on what you feel comfortable with and what your needs are but I personally use bash, which is an enhanced version of the Bourne shell(sh), so far have had no problems. However, the z-shell is considered to be the most user friendly.
Download, unzip and drag to your Applications directory.
Install Fish
brew install fish
echo '/usr/local/bin/fish' | sudo tee -a /etc/shells
iTerm2 > Preferences > Profiles > General > Basics / Name: fish > Command: /usr/local/bin/fish
Restart iTerm2
Install oh-my-fish
curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
Fish Shell Mac Setup
Install oh-my-fish agnoster package
omf install agnoster
Restart iTerm2
git clone https://github.com/powerline/fonts.git --depth=1
Fish Shell For Mac Catalina
cd fonts
./install.sh
Fish Shell For Mac Osx
cd ..
Fish Shell Macro
rm -rf fonts
iTerm2 > Preferences > Profiles > Text > Font > Change Font > 14pt Meslo LG M Regular for Powerline
Restart iTerm2
Solarized Dark iTerm2 theme
Save Link As ... > https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Solarized%20Dark%20-%20Patched.itermcolors
Double Click
iTerm2 > Preferences > Profiles > Colors > Color Presets > Solarized Dark - Patched
Fish Shell For Mac
Restart iTerm2