diff --git a/git/config b/git/config new file mode 100644 index 0000000..8282713 --- /dev/null +++ b/git/config @@ -0,0 +1,19 @@ +[user] + name = Raghav Gururajan + email = rg@raghavgururajan.name + signingkey = 7F8BE551 +[default] + editor = nano +[core] + editor = nano +[commit] + gpgsign = true +[sendemail] + smtpserver = smtp.migadu.com + smtpuser = rg@raghavgururajan.name + smtpencryption = ssl + smtpserverport = 465 + assume8bitEncoding = UTF-8 +[credential] + helper = cache --timeout 31536000 +