Last active
August 29, 2015 14:09
-
-
Save feanz/4e9ef7bc6ef6dc551065 to your computer and use it in GitHub Desktop.
This is a boxstarter script to setup a basic dev box. START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/feanz/4e9ef7bc6ef6dc551065/raw/ac4212e922e3f251e3e5b110b3d5429d3fe837da/BasicDevBox.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 cmder.portable | |
cinst linqpad4 | |
cinst procexp | |
cinst NugetPackageExplorer | |
cinst TcpView | |
cinst rdmfree | |
cinst skype | |
cinst logexpert | |
cinst openvpn-community | |
cinst googledrive | |
cinst PsGet | |
cinst WindowsLiveWriter | |
cinst markdownpad2 | |
Install-Module posh-git | |
Install-Module PSReadLine | |
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