Skip to content

Instantly share code, notes, and snippets.

@jpswade
Created November 3, 2015 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpswade/68ec4fd142ef4875b14d to your computer and use it in GitHub Desktop.
Save jpswade/68ec4fd142ef4875b14d to your computer and use it in GitHub Desktop.
Windows Development Environment Setup (Vagrant)
::setup - Setup Vagrant
ECHO *** install chocolatey
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
ECHO *** install virtualbox
choco install virtualbox
ECHO *** install vagrant
choco install vagrant
ECHO *** done!
pause
::EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment