Skip to content

Instantly share code, notes, and snippets.

@awaxa
Created February 21, 2015 21:11
Show Gist options
  • Save awaxa/0b74484dfe634af2a6b3 to your computer and use it in GitHub Desktop.
Save awaxa/0b74484dfe634af2a6b3 to your computer and use it in GitHub Desktop.
lab-windows
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "ferventcoder/win7pro-x64-nocm-lite"
config.vm.provider "virtualbox" do |vb|
vb.gui = true
end
config.vm.provider "vmware_fusion" do |v|
v.gui = true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment