Skip to content

Instantly share code, notes, and snippets.

@snowe2010
Last active August 29, 2015 14:09
Show Gist options
  • Save snowe2010/7d533cdcb015b76a0413 to your computer and use it in GitHub Desktop.
Save snowe2010/7d533cdcb015b76a0413 to your computer and use it in GitHub Desktop.
Boxstarter for work programs (less junk)
# http://boxstarter.org/package/nr/url?https://gist.github.com/snowe2010/7d533cdcb015b76a0413/raw
Update-ExecutionPolicy Unrestricted -Force
Disable-UAC
Set-TaskbarSmall
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
#Enable-RemoteDesktop
# dropbox first so it can start syncing the thousands of files I have
cinst dropbox
cinst launchy
cinst shotty
cinst GoogleChrome
cinst firefox
cinst java.jdk
cinst ccleaner
cinst windirstat
cinst sumatrapdf
cinst steam
cinst teracopy
cinst everything
cinst f.lux
cinst listary
cinst foxitreader
cinst irfanview
cinst poshgit
cinst gow
cinst ruby -version 1.9.3.55100 -Force
cinst ruby -version 1.8.7.37402 -Force
cinst ruby.devkit -Force
# Install ruby 2.0, 2.1.5, and the ruby 2 devkit
cinst ruby -version 2.0.59800 -Force
cinst ruby ruby2.devkit -Force
cinst gem bundler -Force
cinst putty
cinst git
cinst 7zip
cinst sublimetext3
cinst sublimetext3.packagecontrol
# moved installers that don't follow silent flags to the end of installation
cinst lastpass
cinst spotify
Enable-MicrosoftUpdate -acceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment