commit 1f346b61140ebc15b0af00d6a1514f43951c9c52 parent 07eca2e4b6fa3f0a1b8f4d4a19a0b5db5d0c89d9 Author: Mark Feller <mjfeller1992@gmail.com> Date: Tue, 29 Sep 2020 17:55:36 -0600 work git cofig Diffstat:
M | dots/.config/git/config | | | 11 | ++++------- |
M | dots/.zshenv | | | 2 | ++ |
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/dots/.config/git/config b/dots/.config/git/config @@ -1,16 +1,13 @@ [user] name = Mark Feller - email = mjfeller1992@gmail.com - signingkey = D1895EF4221D0862624FA97AED1A8A284EED7C47 - -#[core] -# hooksPath = ~/.config/git/hooks + email = mark@getsunday.com + signingkey = 95189B138B01C10DC955396A5AB4584E9FF44D46 [url "ssh://git@github.com/"] insteadOf = https://github.com/ [commit] - # gpgsign = true + gpgsign = true [gpg] - program = gpg + program = gpg diff --git a/dots/.zshenv b/dots/.zshenv @@ -37,3 +37,5 @@ export PASH_TIMEOUT=off export GNUPGHOME=$HOME/.local/share/gnupg export NOTMUCH_CONFIG=$HOME/.config/notmuch/config + +export BOTO_CONFIG=$HOME/.config/gcloud/boto