Skip to content

Instantly share code, notes, and snippets.

View CodeSmell's full-sized avatar
:octocat:
coding...

Mike Barlotta CodeSmell

:octocat:
coding...
View GitHub Profile
@idleberg
idleberg / fish_shell.md
Last active October 7, 2025 17:54
Instructions on how to install Fish shell on Mac OS X, including Oh My Fish!. Also includes several useful functions.

Installation

  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://get.oh-my.fish | fish