Last active
August 29, 2015 14:06
-
-
Save pkskelly/e94c9fb69511de35c6db to your computer and use it in GitHub Desktop.
Chocolatey Developer Environment Build Script
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
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