install-symlinks.sh: chmod 600 everything in the .ssh dir
[cmccabe-etc] / .gitconfig
1 [core]
2         editor = vim
3         pager = less -FRX
4 [color]
5         branch = auto
6         status = auto
7         diff = auto
8         ui = auto
9 [pack]
10         threads = 4
11 [sendemail]
12         chainreplyto = false
13         smtpserver = smtp.gmail.com
14         smtpserverport = 587
15         smtpencryption = tls
16         smtpuser = rarecactus@gmail.com
17 [imap]
18         folder = "[Gmail]/Drafts"
19         host = imaps://imap.gmail.com
20         user = rarecactus@gmail.com
21         port = 993
22         sslverify = false
23 [push]
24         default = current
25 [reviewboard] 
26         url = http://review.sf.cloudera.com/ 
27 [url "git@github.sf.cloudera.com:"]
28         pushInsteadOf = git://github.sf.cloudera.com/