From 5e76150c861a8aaff7d0c816abe9a3f227df5b34 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 26 Feb 2020 22:45:17 -0500 Subject: [PATCH] Added gitconfig for Darwin --- .gitconfig##o.Darwin | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitconfig##o.Darwin diff --git a/.gitconfig##o.Darwin b/.gitconfig##o.Darwin new file mode 100644 index 0000000..e5b71aa --- /dev/null +++ b/.gitconfig##o.Darwin @@ -0,0 +1,20 @@ +[user] + name = Eric Renfro + email = psi-jack@linux-help.org + signingkey = 25787986B19167B89BFF55CF3159FF4CB13EBFB4 +[sendemail] + smtpencryption = tls + smtpserver = mx.linux-help.org + smtpuser = eric.renfro@linux-help.org + smtpserverport = 587 +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[commit] + gpgsign = true +[alias] + up = !git pull --prune $@ && git submodule update --init --recursive +[credential] + helper = osxkeychain