Skip to content

Instantly share code, notes, and snippets.

@cwparsons
Last active January 3, 2016 15:39
Show Gist options
  • Save cwparsons/8483899 to your computer and use it in GitHub Desktop.
Save cwparsons/8483899 to your computer and use it in GitHub Desktop.
Custom boxstarter script
# Run the following
# START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/cwparsons/8483899/raw/b5fc2939b2986dab8e4850ead2e03811ddc21a43/dev-sp-vs2012.custom.txt
#-------------------------------------------------
cinst fiddler4
cinst GoogleChrome
cinst 7zip.install
cinst TeraCopy
cinst Atom
cinst nodejs
#SharePoint
#-------------------------------------------------
cinst SearchQueryTool
#Visual Studio add ons
#-------------------------------------------------
cinst aspnetwebtools20122 #NOTE: This will launch the installer, which won't find the add-on. It's not available anymore via the installer so just search for "ASP.NET web tools" and install the latest
#For VS 2012
Install-ChocolateyVsixPackage WebEssentials2012 http://visualstudiogallery.msdn.microsoft.com/07d54d12-7133-4e15-becb-6f451ea3bea6/file/79465/38/WebEssentials2012.vsix
Install-ChocolateyVsixPackage IndentGuide%20v14 http://visualstudiogallery.msdn.microsoft.com/e792686d-542b-474a-8c55-630980e72c30/file/48932/19/IndentGuide%20v14.vsix
Install-ChocolateyVsixPackage ProPowerTools http://visualstudiogallery.msdn.microsoft.com/3a96a4dc-ba9c-4589-92c5-640e07332afd/file/88404/3/ProPowerTools.vsix
Install-ChocolateyVsixPackage NuGet.Tools http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c/file/37502/36/NuGet.Tools.vsix
Install-ChocolateyVsixPackage AttachTo http://visualstudiogallery.msdn.microsoft.com/d0265ab0-df51-4100-8e10-1f84403c4cd0/file/59955/2/AttachTo.vsix
Install-ChocolateyVsixPackage InlineNavigateTo http://visualstudiogallery.msdn.microsoft.com/5437f2e7-adef-44e2-b841-78be850e763e/file/94503/1/InlineNavigateTo.vsix
Install-ChocolateyVsixPackage Jacky.Emmet.2012 http://visualstudiogallery.msdn.microsoft.com/a5142ff5-fd09-4e07-8ec9-dae75d6a49a1/file/109743/3/Jacky.Emmet.2012.vsix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment