Skip to content

Instantly share code, notes, and snippets.

@eputnam
Last active April 9, 2018 13:09
Show Gist options
  • Save eputnam/8c9afc76d8b9fd884e07d30a05985132 to your computer and use it in GitHub Desktop.
Save eputnam/8c9afc76d8b9fd884e07d30a05985132 to your computer and use it in GitHub Desktop.
windows_setup.ps1
# open internet explorer
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
iwr 'https://raw.githubusercontent.com/glennsarti/dev-tools/master/uber-ruby-installer.ps1' -UseBasicParsing | iex
# 2.3.1 (x64)
# $env:Path += ";C:\tools\ruby2.3.1\bin"
# gem install bundler
# git clone https://github.com/puppetlabs/puppetlabs-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment