Last active
August 29, 2015 14:02
-
-
Save dclucas/4e0067a0f53638791576 to your computer and use it in GitHub Desktop.
Dev setup
This file contains 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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst binroot | |
cinst git.install | |
cinst 7zip.install | |
cinst GoogleChrome | |
cinst fiddler4 | |
cinst git-credential-winstore | |
cinst sublimetext3 | |
cinst poshgit | |
cinst dotpeek | |
cinst putty | |
cinst expresso | |
cinst curl | |
cinst wget | |
cinst VisualStudioCommunity2013 -packageParameters "/Features:WebTools,SQL" -version 12.0.31101.0 | |
cinst powershell4 | |
cinst Resharper | |
cinst SourceTree | |
cinst Devbox-GitFlow | |
cinst SourceCodePro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment