Skip to content

Instantly share code, notes, and snippets.

@hiroakit
Last active July 22, 2018 22:32
Show Gist options
  • Save hiroakit/ada83720863eaf70e8d495330de07bd8 to your computer and use it in GitHub Desktop.
Save hiroakit/ada83720863eaf70e8d495330de07bd8 to your computer and use it in GitHub Desktop.
hoge1
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