Last active
November 13, 2015 08:57
-
-
Save khebbie/021355747261660a0267 to your computer and use it in GitHub Desktop.
Machine setup
This file contains hidden or 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
# run this file as admin | |
Set-ExecutionPolicy Set-ExecutionPolicy | |
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) |
This file contains hidden or 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
# run this file as admin | |
choco install -y google-chrome-x64 | |
choco install -y firefox | |
choco install -y mssqlserver2012express | |
choco install -y sql2008r2.cmdline | |
# resharper | |
#choco install -y visualstudio2013professional | |
#choco install -y visualstudio2013-webessentials.vsix | |
#choco install -y resharper | |
#choco install -y netfx-4.5.2-devpack | |
#https://www.microsoft.com/en-us/download/details.aspx?id=48264 | |
#https://www.microsoft.com/en-us/download/details.aspx?id=39365 | |
#https://visualstudiogallery.msdn.microsoft.com/579d3a78-3bdd-497c-bc21-aa6e6abbc859 | |
# choco install sqlserver2008r2express-managementstudio | |
#https://msdn.microsoft.com/en-us/library/mt204009.aspx | |
choco install ssdt11 | |
choco install -y sudo | |
choco install -y git | |
choco install -y lastpass | |
choco install -y linqpad4 | |
choco install -y fiddler4 | |
choco install -y vim | |
choco install -y spotify | |
choco install -y evernote | |
choco install -y cygwin | |
choco install -y scriptcs | |
choco install -y poshgit | |
# https://codingwithspike.wordpress.com/2015/02/05/making-a-windows-shell-that-doesnt-suck/ | |
# choco install -y console2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment