Last active
August 29, 2015 14:14
-
-
Save imbaker/39121cd8c17725ffa3a6 to your computer and use it in GitHub Desktop.
Boxstarter
This file contains hidden or 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-ExecutionPolicy Unrestricted | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
cinst -y notepadplusplus | |
cinst -y brackets | |
cinst -y dotpeek | |
cinst -y soapui | |
cinst -y fiddler4 | |
cinst -y paint.net | |
cinst -y winmerge | |
cinst -y linqpad4 | |
cinst -y googlechrome | |
cinst -y firefox | |
cinst -y firefox-dev -pre | |
cinst -y msvisualcplusplus2013-redist | |
cinst -y mysql.workbench | |
cinst -y aspnetmvc4.install | |
cinst -y resharper -version 8.2.2000.5102 | |
cinst -y tfpt | |
cinst -y webdeploy | |
cinst -y nunit | |
<# Manual installs: | |
NuGet Package Manager | |
PowerCommands for Visual Studio 2010 | |
Productivity Power Tools | |
Rename Visual Studio Window Title | |
TFS Branched History | |
Visual Studio Color Theme Editor | |
VSCommands for Visual Studio 2010 | |
Web Essentials | |
SlowCheetah | |
#> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment