Created
July 15, 2017 01:18
-
-
Save benallfree/570dfe8a42041b53ec75d16a80720525 to your computer and use it in GitHub Desktop.
Command line tools installation
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
# If you need HomeBrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# Install Yarn | |
brew install yarn | |
# Install Hugo | |
brew install hugo | |
# Sublime command line shortcut | |
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment