Skip to content

Instantly share code, notes, and snippets.

@iambacon
Created August 29, 2014 14:01
Show Gist options
  • Save iambacon/f3dbe2b2043f4fbd0e8a to your computer and use it in GitHub Desktop.
Save iambacon/f3dbe2b2043f4fbd0e8a to your computer and use it in GitHub Desktop.
# 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