From d6633a44bbd0524ef5bb1cadf739493922d35a85 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Tue, 16 Jan 2018 12:04:30 -0500 Subject: [PATCH] Add gitconfig --- README.md | 2 +- gitconfig | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gitconfig diff --git a/README.md b/README.md index a8c2fa2..b5ea630 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # config Various config files and small scripts I use. -TODO: Set up ansible so they can be very quickly installed on new systems and such. +TODO: Set up some sort of orchestration so this can be quickly installed on new systems and such. diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..c52c3d6 --- /dev/null +++ b/gitconfig @@ -0,0 +1,10 @@ +[user] + name = Anna Wiggins + email = annabunches@gmail.com + signingkey = EFEF6022 +[push] + default = simple +[commit] + gpgsign = true +[gpg] + program = gpg2