Skip to content

Instantly share code, notes, and snippets.

@johnnadeau
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnnadeau/9534502 to your computer and use it in GitHub Desktop.
Save johnnadeau/9534502 to your computer and use it in GitHub Desktop.
boxstarter script
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
@johnnadeau
Copy link
Author

cmder install from chocolatey sucks, keypass seems to not install, same with pidgin and spotify

@johnnadeau
Copy link
Author

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