Skip to content

Instantly share code, notes, and snippets.

@dasrecht
Created July 8, 2014 16:41
Show Gist options
  • Save dasrecht/90102c0f95400fc78f03 to your computer and use it in GitHub Desktop.
Save dasrecht/90102c0f95400fc78f03 to your computer and use it in GitHub Desktop.
## Add Gitconfig to VM - see https://github.com/mitchellh/vagrant/issues/3021
config.vm.provision :file, source: '~/.gitconfig', destination: '/home/vagrant/.gitconfig' if File.exists?(ENV['HOME'] + '/.gitconfig')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment