mrdon / dev-machine

Ansible setup for my dev machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Requires

Just a Linux box with apt available. Ansible will be automatically installed if missing.

Usage

Simply run ./ansible.sh and follow the prompts (for the first time only).

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:mrdon/dev-machine.git && cd dev-machine && ./ansible.sh

Credits

Heavily inspired by https://github.com/SteveEdson/dev-machine

About

Ansible setup for my dev machine


Languages

Language:Shell 97.8%Language:Vim Script 2.2%