Skip to content

Instantly share code, notes, and snippets.

View lovasko's full-sized avatar

Daniel Lovasko lovasko

  • Zürich, Switzerland
View GitHub Profile
@lovasko
lovasko / gist:166cbb659508d5e04834abb62834a45d
Created August 19, 2016 21:44 — forked from reiz/gist:d67512deee814705134e
Vagrantfile for a Java dev. environment with Oracle Java 8 and Eclipse.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provider "virtualbox" do |vb|
vb.gui = true