Skip to content

Instantly share code, notes, and snippets.

@fvztdk
Last active September 17, 2017 11:13
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 fvztdk/088d0fda0962fcf25d3059bfd6624c5b to your computer and use it in GitHub Desktop.
Save fvztdk/088d0fda0962fcf25d3059bfd6624c5b to your computer and use it in GitHub Desktop.
Boxstarter
#The command to run, built from the raw link of this gist
#START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/fvztdk/088d0fda0962fcf25d3059bfd6624c5b/raw/d202d5366271c60fe29139df7bf77097e75fa010/boxstarter.txt
#Special windowsy stuff. see http://boxstarter.org/WinConfig
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtension
Disable-BingSearch
Update-ExecutionPolicy
#utilities
cinst jdk8
cinst dotnet4.5
cinst 7zip.install
cinst teamviewer
cinst putty.install
cinst git
cinst git.install
cinst dropbox
cinst winscp
cinst skype
cinst qbittorrent
cinst mpc-hc
#browsers
cinst google-chrome-x64
cinst firefox
#dev
cinst maven
cinst sublimetext3
cinst android-sdk
cinst cmder
cinst curl
cinst diffmerge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment