Skip to content

johnbianchi/mac-dev-playbook-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac Development Ansible Playbook

This repository is a fork of Phillip Schreiber's excellent repository: https://github.com/PhilippSchreiber/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 dev && cd dev
$ git clone git@github.com:johnbianchi/mac-dev-playbook.git
$ cd mac-dev-playbook
$ ansible-galaxy install -r requirements.yml

$ ansible-playbook -i inventory --ask-become-pass main.yml

$ cd ~/dotfiles
$ bin/install
$ bin/setup_osx

About

Ansible playbook for installing Mac OS X to my development needs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors