Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active May 1, 2020 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmolivas/df86020c41efb986b29b to your computer and use it in GitHub Desktop.
Save jmolivas/df86020c41efb986b29b to your computer and use it in GitHub Desktop.
Improve your shell with fish and oh my fish.
brew install fish
curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
omf theme agnoster
chsh -s /usr/local/bin/fish
@isramv
Copy link

isramv commented Mar 14, 2018

I was able to install the theme by using:

omf install agnoster

@jefftp
Copy link

jefftp commented Jun 21, 2018

In order to chsh to fish you need to add fish to the list of shells:

sudo echo '/usr/local/bin/fish' >> /etc/shells

@jonpugh
Copy link

jonpugh commented May 1, 2020

And finally, the Menlo Powerline fonts: https://github.com/abertsch/Menlo-for-Powerline

Thanks @jmolivas!

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