An open API service indexing awesome lists of open source software.

https://github.com/gekalogiros/dot-files

Dot Files Repository
https://github.com/gekalogiros/dot-files

ansible-jvm dot-files dot-files-jvm dotfiles java-client java-osx

Last synced: 6 months ago
JSON representation

Dot Files Repository

Awesome Lists containing this project

README

          

# 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](https://github.com/mathiasbynens/dotfiles/)