Skip to content

Instantly share code, notes, and snippets.

@RaccoonDev
Last active November 19, 2015 16:21
Show Gist options
  • Save RaccoonDev/23bcc76d7744cb7c38a0 to your computer and use it in GitHub Desktop.
Save RaccoonDev/23bcc76d7744cb7c38a0 to your computer and use it in GitHub Desktop.
Install choco and useful stuff on new dev machine.
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
choco install sourcetree -y
choco install google-chrome-x64 -y
choco install notepadplusplus -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment