Skip to content

Instantly share code, notes, and snippets.

@si618
Last active March 1, 2017 03:07
Show Gist options
  • Save si618/5dcf3362019b3653829a to your computer and use it in GitHub Desktop.
Save si618/5dcf3362019b3653829a to your computer and use it in GitHub Desktop.
Boxstarter - Windows x64
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
#Enable-RemoteDesktop
# Utilities
cinst chocolatey -y
cinst 7zip.install -y
cinst agentransack -y
cinst ccleaner -y
cinst dropbox -y
cinst f.lux -y
cinst google-chrome-x64 -y
cinst googledrive -y
cinst keepass.install -y
cinst nmap -y
cinst paint.net -y
cinst putty -y
cinst skype -y
cinst steam -y
cinst qbittorrent -y
cinst vlc -y
cinst winscp -y
# Development
cinst beyondcompare -y
cinst git.install -y
cinst tortoisesvn -y
#cinst smartgit-with-jre -y # throws 7 zip write error :(
cinst sourcetree -y
cinst sublimetext3 -y
cinst poshgit -y
# Javascript
cinst nodejs.install -y
npm install -g grunt-cli
npm install -g bower
# Python - 2.7.9+ includes PIP. Installs to C:\tools\python2
cinst python2 -y
#cinst pywin32 -y # installs old python version into C:\python2, conflicting with python2 above :(
cinst pycharm -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment