From 5dd596aa0ea5aba19a5f4c57edaaed7c04403558 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Mon, 1 May 2023 13:04:14 -0500 Subject: Initial commit --- .config/git/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/git/config (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..7bf7200 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,16 @@ +[user] + name = Michael Hunteman + email = michael@huntm.net + signingkey = CD58DA56 +[core] + editor = nvim +[commit] + gpgsign = true +[pull] + rebase = true +[sendemail] + smtpserver = mail.huntm.net + smtpuser = michael@huntm.net + smtpencryption = tls + smtpserverport = 587 + annotate = true -- cgit v1.2.3