Skip to content

Instantly share code, notes, and snippets.

@Nosmadas
Last active March 19, 2016 20:37
Show Gist options
  • Save Nosmadas/148c97ee91d9baa97fdc to your computer and use it in GitHub Desktop.
Save Nosmadas/148c97ee91d9baa97fdc to your computer and use it in GitHub Desktop.
boxstarter
Update-ExecutionPolicy Unrestricted
# Packages
cinst -y cmder -pre
cinst -y Gow
## Node, npm
cinst -y nodejs.install
cinst -y steam
cinst -y skype
cinst -y spotify
cinst -y googlechrome
cinst -y lastpass
cinst -y vlc
## Git
cinst -y git.install
cinst -y poshgit
cinst -y git-credential-winstore
cinst -y github
## Node, npm
cinst -y nodejs.install
npm install -g npm-windows-upgrade
cinst -y python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment