Skip to content

Instantly share code, notes, and snippets.

@bohbra
Last active October 21, 2016 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bohbra/515963bf361ec8b69b0fe9888f93145b to your computer and use it in GitHub Desktop.
Save bohbra/515963bf361ec8b69b0fe9888f93145b to your computer and use it in GitHub Desktop.
Dev software only boxstarter
# Software
cinst googlechrome -y
cinst firefox -y
cinst notepadplusplus -y
cinst dropbox -y
cinst windirstat -y
cinst jdk8 -y
cinst paint.net -y
cinst 7zip -y
cinst hipchat -y
cinst vlc -y
cinst spotify -y
cinst teamviewer -y
cinst everything -y
cinst adobe-creative-cloud -y
cinst github -y
cinst vmware-workstation-player -y
cinst webpi -y
cinst wireshark -y
cinst virtualclonedrive =y
# VS extensions
Install-ChocolateyVsixPackage p4vs11 https://visualstudiogallery.msdn.microsoft.com/c42e78dd-846e-462c-bfce-6ee96b4eb7df/file/83680/29/p4vs11.vsix
Install-ChocolateyVsixPackage VsRestart2015 https://visualstudiogallery.msdn.microsoft.com/b4ced461-1e51-4d2b-bf6a-9144a7da16a2/file/178341/2/VsRestart2015.vsix
# Pin to taskbar
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment