From 586db89f4ee91bf953b8abbe975a21d57273ccf0 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 12 Feb 2023 19:57:00 -0600 Subject: [PATCH] feat(git): enable signing key with ssh --- dots/.gitconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dots/.gitconfig b/dots/.gitconfig index 7b9cf12b..3d21f4f1 100644 --- a/dots/.gitconfig +++ b/dots/.gitconfig @@ -1,13 +1,14 @@ [user] name = Price Hiller email = price@orion-technologies.io + signingkey = /home/sam/.ssh/keys/id_ed25519 [init] defaultBranch = Development [core] pager = delta - ignorecase = false + ignorecase = false [interactive] diffFilter = delta --color-only --features=interactive @@ -61,3 +62,6 @@ [credential] helper = store + +[gpg] + format = ssh