Skip to content

Instantly share code, notes, and snippets.

@ravjot28
Forked from idleberg/fish_shell.md
Created March 14, 2019 23:54
Show Gist options
  • Select an option

  • Save ravjot28/32f44befba41b2ec8c7e8c0bf1f2a04a to your computer and use it in GitHub Desktop.

Select an option

Save ravjot28/32f44befba41b2ec8c7e8c0bf1f2a04a to your computer and use it in GitHub Desktop.
Instructions on how to install Fish shell on Mac OS X, including Oh My Fish!. Also includes several useful functions.
  1. Install fish via Brew
  2. Optionally install Oh My Fish!
  3. Add fish to known shells
  4. Set default shell to fish
brew install fish  
curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | fish
echo /usr/local/bin/fish >> /etc/shells
chsh -s /usr/local/bin/fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment