theodo / mac-dev-playbook

A playbook to configure a new macbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac Development Ansible Playbook

This repository is a fork of Jeff Geerlings excellent repository: https://github.com/geerlingguy/mac-dev-playbook It is a stripped version suited to my needs.

For installation:

$ xcode-select --install
$ sudo easy_install pip
$ sudo pip install ansible
$ mkdir projects && cd projects
$ git clone git@github.com:ricbra/mac-dev-playbook.git
$ cd mac-dev-playbook
$ ansible-galaxy install -r requirements.yml
$ ansible-playbook -i inventory --ask-sudo-pass main.yml
$ cd ~/dotfiles
$ bin/install
$ bin/setup_osx

About

A playbook to configure a new macbook

License:Other