Last active
August 29, 2015 13:57
-
-
Save johnnadeau/9534502 to your computer and use it in GitHub Desktop.
boxstarter script
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-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
Install-WindowsUpdate | |
Set-TaskbarSmall | |
#dev tools | |
cinst git | |
cinst TortoiseGit | |
cinst 7zip | |
cinst fiddler | |
cinst SublimeText3 | |
#cinst Cmder #not a fan of the chocolatey install | |
cinst VisualStudio2013Ultimate -InstallArguments "WebTools" | |
cinst Resharper | |
#other | |
#cinst keypass | |
cinst GoogleChrome | |
cinst skype | |
#cinst pidgin | |
cinst VLC | |
cinst steam | |
cinst uTorrent | |
#cinst spotify |
Move-LibraryDirectory "Personal" "C:\Users\John\Documents"
to move libraries, but vs doesn't like documents being moved :(
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cmder install from chocolatey sucks, keypass seems to not install, same with pidgin and spotify