Last active
May 15, 2016 11:36
-
-
Save djsmith/03c2c9c70b6ec7998c1e 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
### Update chocolatey at the end | |
cinst chocolatey #https://chocolatey.org/packages/chocolatey | |
## Visual Studio 2015 Pro #https://chocolatey.org/packages/visualstudio2015professional | |
cinst visualstudio2015professional -packageParameters "--Features SQL,VCMFCLibraries,MDDCPlusPlus" | |
## VS2015 (version 14) extensions | |
Install-ChocolateyVsixPackage GitDiffMargin https://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8/file/101267/13/GitDiffMargin.vsix 14 | |
Install-ChocolateyVsixPackage MultiEditing https://visualstudiogallery.msdn.microsoft.com/2beb9705-b568-45d1-8550-751e181e3aef/file/93630/10/MultiEdit.vsix 14 | |
Install-ChocolateyVsixPackage NugetPackageManger2015 https://visualstudiogallery.msdn.microsoft.com/5d345edc-2e2d-4a9c-b73b-d53956dc458d/file/146283/9/NuGet.Tools.vsix 14 | |
Install-ChocolateyVsixPackage OpenCommandLine https://visualstudiogallery.msdn.microsoft.com/4e84e2cf-2d6b-472a-b1e2-b84932511379/file/151803/35/Open%20Command%20Line%20v2.0.168.vsix 14 | |
Install-ChocolateyVsixPackage PowerShellTools2015 https://visualstudiogallery.msdn.microsoft.com/c9eb3ba8-0c59-4944-9a62-6eee37294597/file/199313/2/PowerShellTools.14.0.vsix 14 | |
Install-ChocolateyVsixPackage RazorGenerator https://visualstudiogallery.msdn.microsoft.com/1f6ec6ff-e89b-4c47-8e79-d2d68df894ec/file/37912/39/RazorGenerator.vsix 14 | |
Install-ChocolateyVsixPackage TaskRunnerExplorer https://visualstudiogallery.msdn.microsoft.com/8e1b4368-4afb-467a-bc13-9650572db708/file/140636/3/TaskRunnerExplorer.vsix 14 | |
Install-ChocolateyVsixPackage NpmScriptsTaskRunner https://visualstudiogallery.msdn.microsoft.com/8f2f2cbc-4da5-43ba-9de2-c9d08ade4941/file/168331/16/NPM%20Scripts%20Task%20Runner%20v1.2.55.vsix 14 | |
Install-ChocolateyVsixPackage TelerikSitefinityThunder https://visualstudiogallery.msdn.microsoft.com/381fde64-9898-4a5d-ae20-861e119bbf92/file/67124/60/Telerik.Sitefinity.Thunder.vsix 14 | |
Install-ChocolateyVsixPackage WebEssentials2015 https://visualstudiogallery.msdn.microsoft.com/ee6e6d8c-c837-41fb-886a-6b50ae2d06a2/file/146119/39/Web%20Essentials%202015.1%20v1.0.210.vsix 14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment