Skip to content

Instantly share code, notes, and snippets.

@MichaelPolla
Last active May 10, 2018 20:02
Show Gist options
  • Save MichaelPolla/5c359d2108908a49fb9b6af251af18bd to your computer and use it in GitHub Desktop.
Save MichaelPolla/5c359d2108908a49fb9b6af251af18bd to your computer and use it in GitHub Desktop.
Installation instruction (using Brew) for the Fish shell on Mac OS X

Install Fish shell on Mac OS X

  1. Install Brew, a nice package manager for MacOS

  2. Install Fish : brew install fish

  3. Add fish to the list of available shells : sudo -s then echo /usr/local/bin/fish >> /etc/shells

  4. (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
    3.2 ...for you: exit then chsh -s /usr/local/bin/fish again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment