Skip to content

Instantly share code, notes, and snippets.

@oboje
Last active November 9, 2018 13:10
Show Gist options
  • Save oboje/6ef6df0ccb46a7dbc9a7daf09f2faf3c to your computer and use it in GitHub Desktop.
Save oboje/6ef6df0ccb46a7dbc9a7daf09f2faf3c to your computer and use it in GitHub Desktop.
macOS tools install flow
#!/bin/bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#
sudo gem install fastlane -NV
#
sudo gem install cocoapods
#
gem install xcode-install
#
xcversion install 10.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment