This file contains hidden or 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
# THIS IS OUT OF DATE. Asdf has now succeeded pyenv and fisherman has made breaking changes to the cli commands | |
------------------------------------------- | |
# Install Homebrew (macOS package manager) | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew update | |
# Install fish (A better shell) | |
brew install fish |