From a699afd59af1436a50575f74fd4415f08f898011 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sun, 12 Mar 2023 19:12:49 -0400 Subject: config: Add configs for some top-used programs --- .config/git/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/git/config (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..6a8d923 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,15 @@ +[user] + email = zachdecook@librem.one + name = Zach DeCook +[sendemail] + smtpserver = smtp.librem.one + smtpuser = zachdecook@librem.one + smtpencryption = tls + smtpserverport = 587 + annotate = true +[advice] + statusHints = false + skippedCherryPicks = false +[alias] + s = status + ds = diff --staged -- cgit 1.4.1