How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jhunt/vagabond"
end
vagrant init jhunt/vagabond
vagrant up
This version was created over 1 year ago.
There isn't a description.
This version was created over 3 years ago.
This version was created almost 4 years ago.
Fix Guest Virtual additions, which were not properly being installed, making host fs sharing difficult, at best.
This version was created about 4 years ago.
Vagabond is a general-purpose Vagrant image, based on Ubuntu Linux, that provides a delightful Linux programming experience for the modern era.
It includes:
godep
, golint
and Ginkgo/GomegaIt also includes sane default configuration for vim, and tmux
This version was created almost 5 years ago.
There isn't a description.