Skip to content

Instantly share code, notes, and snippets.

@emgk
emgk / Vagrantfile.rb
Created June 23, 2020 12:34 — forked from mariusvetrici/Vagrantfile.rb
Vagrant file with NFS sharing - x100 times faster
# -*- mode: ruby -*-
# vi: set ft=ruby :
vagrant_dir = File.expand_path(File.dirname(__FILE__))
Vagrant.configure("2") do |config|
# Store the current version of Vagrant for use in conditionals when dealing
# with possible backward compatible issues.
vagrant_version = Vagrant::VERSION.sub(/^v/, '')