Last active
April 9, 2018 13:09
-
-
Save eputnam/8c9afc76d8b9fd884e07d30a05985132 to your computer and use it in GitHub Desktop.
windows_setup.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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