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
- Host: GitHub
- URL: https://github.com/gekalogiros/dot-files
- Owner: gekalogiros
- Created: 2017-02-26T18:50:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T14:59:32.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T20:07:07.701Z (8 months ago)
- Topics: ansible-jvm, dot-files, dot-files-jvm, dotfiles, java-client, java-osx
- Language: Shell
- Size: 51.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)