Skip to content

Instantly share code, notes, and snippets.

@Bomret
Last active January 2, 2016 00:39
Show Gist options
  • Save Bomret/8224612 to your computer and use it in GitHub Desktop.
Save Bomret/8224612 to your computer and use it in GitHub Desktop.
Boxstarter script to setup my machine
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
Enable-MicrosoftUpdate
Install-WindowsUpdate -acceptEula -SuppressReboots
cinst 7zip
cinst mingw
cinst git.install
cinst cmder
cinst sysinternals
cinst GoogleChrome
cinst vlc
cinst atom
cinst visualstudiocode
cinst steam
cinst nodejs
cinst python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment