X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.gitconfig;h=ad7aa8ffff20c7a615456e899ec06d03d84ba743;hb=42932fb937f188f27e5e46ad1940c665dae29b19;hp=645140dd3b7b6ae4c9205b975384f3fc8fdfe253;hpb=a8ba09813770f1bcfdcfd86ef1e059dc77155235;p=cmccabe-etc diff --git a/.gitconfig b/.gitconfig index 645140d..ad7aa8f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,10 +1,24 @@ -[user] - name = Colin Patrick McCabe - email = cmccabe@alumni.cmu.edu +[core] + editor = vim + pager = less -FRX [color] branch = auto status = auto diff = auto ui = auto [pack] - threads = 0 + threads = 4 +[sendemail] + chainreplyto = false + smtpserver = smtp.gmail.com + smtpserverport = 587 + smtpencryption = tls + smtpuser = rarecactus@gmail.com +[imap] + folder = "[Gmail]/Drafts" + host = imaps://imap.gmail.com + user = rarecactus@gmail.com + port = 993 + sslverify = false +[push] + default = current