Skip to content

Instantly share code, notes, and snippets.

@MattHodge
Last active November 8, 2015 13:04
Show Gist options
  • Save MattHodge/dd9f4e708c77314bcc7b to your computer and use it in GitHub Desktop.
Save MattHodge/dd9f4e708c77314bcc7b to your computer and use it in GitHub Desktop.
04_Blog_Win10_Development_PC_Vagrant.ps1
# Install vagrant plugins
vagrant plugin install 'vagrant-berkshelf'
vagrant plugin install 'vagrant-dsc'
vagrant plugin install 'vagrant-omnibus'
vagrant plugin install 'vagrant-reload'
vagrant plugin install 'vagrant-vbguest'
vagrant plugin install 'vagrant-vbox-snapshot'
vagrant plugin install 'vagrant-winrm'
vagrant plugin install 'winrm-fs'
# Install vagrant boxes
vagrant box add ubuntu/trusty64
vagrant box add kensykora/windows_2012_r2_standard
# Install the test-kitchen plugins
gem install kitchen-pester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment