Skip to content

Instantly share code, notes, and snippets.

@DavidJFelix
Created July 31, 2017 13:47
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 DavidJFelix/b9d9328648f31504e295d5e1b5db759c to your computer and use it in GitHub Desktop.
Save DavidJFelix/b9d9328648f31504e295d5e1b5db759c to your computer and use it in GitHub Desktop.
OSX setup notes
#!/bin/bash
set -euvxo pipefail
# Get commande line tools
xcode-select --install
# Get homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Get homebrew cask
brew tap caskroom/cask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment