Skip to content

Instantly share code, notes, and snippets.

@benallfree
Created July 15, 2017 01:18
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 benallfree/570dfe8a42041b53ec75d16a80720525 to your computer and use it in GitHub Desktop.
Save benallfree/570dfe8a42041b53ec75d16a80720525 to your computer and use it in GitHub Desktop.
Command line tools installation
# 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