Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 742 Bytes

My Precious DOT-FILES

Ansible scripts and dot-files for setting up an osx machine for JVM development

Development Tools

* Java
* Maven
* Groovy
* Gradle   

A Few Words

Configuring my computer from scratch is time consuming and tedious so I decided to automate this process.

The configuration stored in this repo represents personal settings and it may not be for everyone.

Please, if you don't know what are you doing, stop here. Running these scripts may cause problems that you won't be able to recover from.

Supported Operating Systems

OS X El Capitan

Installation

$chmod +x bootstrap.sh
$./bootstrap.sh
$cd ansible
$./run.sh

Credits

mathiasbynens