Skip to content

Instantly share code, notes, and snippets.

@pkskelly
Last active August 29, 2015 14:06
Show Gist options
  • Save pkskelly/e94c9fb69511de35c6db to your computer and use it in GitHub Desktop.
Save pkskelly/e94c9fb69511de35c6db to your computer and use it in GitHub Desktop.
Chocolatey Developer Environment Build Script
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
##Developer Tools
#cinst sysinternals
#cinst 7zip
cinst diffmerge
#cinst winmerge
#cinst fiddler
#cinst paint.net
#cinst githubforwindows
cinst nodejs
cinst npm
cinst ilspy
## Languages
#cinst python
##Editors
#cinst SublimeText3
#cinst SublimeText3.PackageControl
#cinst WebStorm
##SharePoint Tools and Utils
#cinst SharePointManager2013
#cinst ulsviewer
#cinst CAMLDesigner2013
#cinst SearchQueryTool
##Databases
#cinst mongodb
#cinst robomongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment