Skip to content

Instantly share code, notes, and snippets.

@dclucas
Last active August 29, 2015 14:07
Show Gist options
  • Save dclucas/0840e9676a1472b09d1a to your computer and use it in GitHub Desktop.
Save dclucas/0840e9676a1472b09d1a to your computer and use it in GitHub Desktop.
Chocolatey personal stuff setup
# This installs tools that should not run in a corporate computer
cinst avastfreeantivirus
cinst jdownloader
cinst skype
cinst steam
cinst crashplan
cinst calibre
cinst driverbooster
$env:path += ";C:\Program Files (x86)\Git\bin"
git config --global user.name "Diogo Lucas"
git config --global user.email diogo.lucas@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment