Skip to content

Instantly share code, notes, and snippets.

@cmheisel
Created January 26, 2013 14:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmheisel/4642752 to your computer and use it in GitHub Desktop.
Save cmheisel/4642752 to your computer and use it in GitHub Desktop.
Don't want your project's .vagrant file sync'd via Dropbox? Do something like this.
Vagrant::Config.run do |config|
# Setup the box
config.vagrant.dotfile_name = File.expand_path("~/.vagrant-PROJECTNAMEHERE")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment