Last active
November 30, 2017 18:07
-
-
Save feanz/8a767cc1247309e651b2 to your computer and use it in GitHub Desktop.
Generic Dev box START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/feanz/8a767cc1247309e651b2/raw/8cd5f3e9804658da0c97e5a29f9062f6e913733c/GenericDevBox.txt
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Enable-RemoteDesktop | |
cinst VisualStudio2013Ultimate -InstallArguments "/Features:'WebTools SQL'" | |
cinst MsSqlServer2014Express | |
cinst MsSqlServerManagementStudio2014Express | |
cinst fiddler4 | |
cinst resharper | |
cinst GoogleChrome | |
cinst gitextensions | |
cinst githubforwindows | |
cinst sublimetext3 | |
cinst dotpeek | |
cinst webpi | |
cinst openvpn-community | |
cinst googledrive | |
cinst markdownpad2 | |
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart | |
Set-TaskbarOptions -Size Small |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment