/dev-machine

Ansible setup for maintaining a development environment

Primary LanguageJavaScript

dev-machine

For more information, see my blog post.

Runs ansible, provisioning local machine with dev tools and setup.

Requires

Currently, Ansible and Brew. These will be automatically installed if missing.

Usage

Simply run ./ansible.sh.

WARNING: This will install and modify packages on your machine. Read through the files in roles/ so you know what will happen.

One Liner

git clone git@github.com:SteveEdson/dev-machine.git && cd dev-machine && ./ansible.sh