Created
August 29, 2014 14:01
-
-
Save iambacon/f3dbe2b2043f4fbd0e8a to your computer and use it in GitHub Desktop.
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
# Chocolatey | |
iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall')) | |
# install browsers | |
cinst GoogleChrome | |
cinst Firefox | |
cinst GoogleChrome.Canary | |
cinst Opera | |
# cinst ie11 | |
# install Visual Studio | |
cinst VisualStudio2013Ultimate -InstallArguments "/Features:'WebTools WindowsPhone80 Blend' /ProductKey:*PUT-YOUR-PRODUCT-KEY-HERE*" | |
# cinst visualstudio2013-webessentials.vsix | |
cinst resharper | |
cinst stylecop | |
# install dev tools | |
cinst sublimetext2 | |
cinst SublimeText2.PackageControl -Version 1.6.3 | |
cinst git | |
cinst githubforwindows | |
cinst filezilla | |
cinst fiddler4 | |
# install programs | |
cinst googledrive | |
cinst skype | |
cinst beyondcompare | |
# install optional tools | |
cinst ScriptCs | |
#install optional programs | |
cinst paint.net | |
cinst markdownpad2 | |
cinst nodejs.install | |
cinst SourceTree | |
cinst Everything |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment