Skip to content

Instantly share code, notes, and snippets.

View agambewe's full-sized avatar
🏠
Working from home

agam. agambewe

🏠
Working from home
View GitHub Profile
@idleberg
idleberg / fish_shell.md
Last active June 11, 2024 00:49
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