dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 9421b70c0f053404e6ed0dcebb887ef54c989407
parent c937ba388151c28cd2c62bd9df6e67350d7e91cd
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 19 Jan 2019 18:15:57 -0500

Add git config. No need to specify signing key as each machine only has one.

Diffstat:
A.config/git/config | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.config/git/config b/.config/git/config
@@ -0,0 +1,7 @@
+[user]
+	name = Shimmy Xu
+	email = shimmy.xu@shimmy1996.com
+[commit]
+	gpgsign = true
+[credential]
+        helper = cache+
\ No newline at end of file