Last active
May 1, 2020 13:06
-
-
Save jmolivas/df86020c41efb986b29b to your computer and use it in GitHub Desktop.
Improve your shell with fish and oh my fish.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install fish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
omf theme agnoster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chsh -s /usr/local/bin/fish |
In order to chsh to fish you need to add fish to the list of shells:
sudo echo '/usr/local/bin/fish' >> /etc/shells
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
I was able to install the theme by using: