From b07bd199e12ae5417a10f76c44e82483ebd7014d Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 12 Nov 2024 08:52:49 +0100 Subject: Add bind to pacman packages --- config/git/config.linux | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'config/git') diff --git a/config/git/config.linux b/config/git/config.linux index 6a34386..66cd0dd 100644 --- a/config/git/config.linux +++ b/config/git/config.linux @@ -2,8 +2,9 @@ [user] name = Charles Cabergs - email = me@cacharle.xyz - signingkey = me@cacharle.xyz + email = me@cacharle.xyz + ; signingkey = me@cacharle.xyz + signingkey = ~/.ssh/id_ed25519.pub [log] decorate = full [pull] @@ -17,8 +18,10 @@ prompt = false [mergetool "vimdiff"] cmd = "nvim -d $MERGED $LOCAL $BASE $REMOTE -c 'wincmd J | wincmd ='" -; [commit] -; gpgsign = true +[commit] + gpgsign = true +[gpg] + format = ssh [init] defaultBranch = master [difftool "bat"] -- cgit