From 45d920c8ec323bf5d91de23bdb49f61c152b1301 Mon Sep 17 00:00:00 2001
From: Ben Morrison <ben@gbmor.dev>
Date: Fri, 12 Apr 2019 23:57:00 -0400
Subject: Lots of unimportant changes happened before this

point, that I absolutely will never need a record of.
---
 .config/git/config | 17 +++++++++++++++++
 1 file changed, 17 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..28c9815
--- /dev/null
+++ b/.config/git/config
@@ -0,0 +1,17 @@
+[sendemail]
+	smtpencryption = tls
+	smtpserver = smtp.fastmail.com
+	smtpuser = ben@gbmor.dev
+	smtpserverport = 465
+	annotate = yes
+[user]
+    name = "Ben Morrison"
+    email = ben@gbmor.dev
+    signingkey = EAB272409CD12FF0
+
+[commit]
+	gpgsign = true
+[hub]
+	protocol = ssh
+[sequence]
+	editor = interactive-rebase-tool
-- 
cgit 1.4.1