Commit 3c1c9c49 authored by Marc Guyer's avatar Marc Guyer

Add local git config to guest vm

parent 4a3fdfae
......@@ -11,6 +11,9 @@ Vagrant.configure(2) do |config|
gem install --no-ri --no-rdoc bundler
SHELL
# add the local user git config to the vm
config.vm.provision "file", source: "~/.gitconfig", destination: ".gitconfig"
config.vm.provision "install",
type: "shell",
privileged: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment