Last active
August 29, 2015 14:18
-
-
Save pierr/9c35b3657c053d13d373 to your computer and use it in GitHub Desktop.
dotfiles
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
export PYTHONPATH=/c/Python27/ | |
export GYP_MSVS_VERSION=2013 | |
#Define the proxy variables. | |
export HTTPS_PROXY=http://proxy:port | |
export HTTP_PROXY=http://proxy:port | |
export no_proxy=localhost,otherdomain.lan.net |
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
[user] | |
name = Your name | |
email = Your email | |
[filter "lfs"] | |
clean = git-lfs clean %f | |
smudge = git-lfs smudge %f | |
required = true | |
[core] | |
gitproxy=gitproxyexec | |
[http] | |
proxy = http://proxy | |
[url "https://"] | |
insteadOf = git:// |
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
registry = http://registry.npmjs.com | |
http_proxy = http://proxy:port | |
https_proxy = http://proxy:port | |
https-proxy = http://proxy:port | |
proxy = http://proxy:port |
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
machine github.com | |
login YourBernardoLogin | |
password YourBernardoPassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment