Skip to content

Instantly share code, notes, and snippets.

@luisrudge
Last active August 29, 2015 14:04
Show Gist options
  • Save luisrudge/d20c41447c14ca1bde7c to your computer and use it in GitHub Desktop.
Save luisrudge/d20c41447c14ca1bde7c to your computer and use it in GitHub Desktop.
boxstarter-after-visual-studio
Update-ExecutionPolicy Unrestricted
cinst ncrunch2.vs2013
cinst resharper
choco install GitDiffMargin
Install-ChocolateyVsixPackage WebEssentials2013 http://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361/file/105627/37/WebEssentials2013.vsix
Install-ChocolateyVsixPackage BuildVision http://visualstudiogallery.msdn.microsoft.com/23d3c821-ca2d-4e1a-a005-4f70f12f77ba/file/95980/7/BuildVisi
Install-ChocolateyVsixPackage TaskRunnerExplorer http://visualstudiogallery.msdn.microsoft.com/8e1b4368-4afb-467a-bc13-9650572db708/file/140636/3/TaskRunnerExplorer.vsix
Install-ChocolateyVsixPackage JsonIntellisense http://visualstudiogallery.msdn.microsoft.com/65748cdb-4087-497e-a394-2e3449c8e61e/file/138140/11/JSON%20Intellisense.vsix
Install-ChocolateyVsixPackage GruntLauncher http://visualstudiogallery.msdn.microsoft.com/dcbc5325-79ef-4b72-960e-0a51ee33a0ff/file/109075/16/GruntLauncher.vsix
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
@luisrudge
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment