Created
December 30, 2017 15:34
-
-
Save zaiste/dbe079d8b59a112168555d0285e381a9 to your computer and use it in GitHub Desktop.
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
| 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