Last active
August 29, 2015 14:07
-
-
Save dclucas/0840e9676a1472b09d1a to your computer and use it in GitHub Desktop.
Chocolatey personal stuff setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment