richardrowe / ansible-osx-env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-osx-env

An Ansible playbook for provisioning a local OS X system.

Prerequisites

  1. Install Xcode
$ xcode-select --install

(select the Get Xcode option and install the full suite)

  1. Agree to the xcode license
$ sudo xcrun cc
  1. Install Homebrew
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew doctor
  1. Install Ansible
$ brew install ansible
  1. Clone this repo locally
$ git clone https://github.com/richardrowe/ansible-osx-env.git

OR

Run the bootstrap.sh script:

$ bootstrap.sh

About


Languages

Language:Shell 100.0%