Skip to content

Instantly share code, notes, and snippets.

@mburleigh
Last active November 1, 2016 19:30
Show Gist options
  • Save mburleigh/2cf0784dfdc67ac01df798d8130128f0 to your computer and use it in GitHub Desktop.
Save mburleigh/2cf0784dfdc67ac01df798d8130128f0 to your computer and use it in GitHub Desktop.
Set-WindowsExplorerOptions -enableshowHiddenFilesFoldersDrives -enableshowProtectedOSFiles -enableshowFileExtensions
cinst googlechrome
cinst visualstudiocode
cinst linqpad5
cinst AutoHotkey
cinst SourceTree
Install-WindowsUpdate -AcceptEula
======================
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\console\console.exe"
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
Install-ChocolateyFileAssociation ".txt" "$env:programfiles\Sublime Text 2\sublime_text.exe"
Install-ChocolateyVsixPackage xunit http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099/file/66837/1/xunit.runner.visualstudio.vsix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment