Last active
July 22, 2018 22:32
-
-
Save hiroakit/ada83720863eaf70e8d495330de07bd8 to your computer and use it in GitHub Desktop.
hoge1
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 | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install python # python 3 | |
pip3 install --upgrade pip | |
pip3 install ansible | |
cd ~/Documents/sources | |
git clone https://github.com/hiroakit/profile --recursive | |
cd profile | |
ansible-playbook -i hosts ./provisioning/osx.yml -K | |
# xcodebuild version | |
# xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance | |
# xcode-select -p | |
# /Library/Developer/CommandLineTools | |
# sudo xcode-select -r # if you finished xcode installation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment