Skip to content

Instantly share code, notes, and snippets.

@zaiste
Created December 30, 2017 15:34
Show Gist options
  • Select an option

  • Save zaiste/dbe079d8b59a112168555d0285e381a9 to your computer and use it in GitHub Desktop.

Select an option

Save zaiste/dbe079d8b59a112168555d0285e381a9 to your computer and use it in GitHub Desktop.
echo '-> installing `xcode-select`'
xcode-select --install
echo '-> installing `homebrew`'
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo '-> enable `homebrew/bundle`'
brew tap homebrew/bundle
echo '-> install packages from `Brewfile`'
brew bundle install
echo '-> accept XCode lincese'
sudo xcodebuild -license accept
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment