From b0b3c7f2fcd0afb781a4e685abef233ac4319fe0 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 13 Jun 2024 18:50:04 +0000 Subject: [PATCH] remove vmware stuff from gitconfig --- dot-files/gitconfig | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/dot-files/gitconfig b/dot-files/gitconfig index fc23811..bb9aeea 100644 --- a/dot-files/gitconfig +++ b/dot-files/gitconfig @@ -1,7 +1,6 @@ [user] name = Peter Stone - email = stonepe@vmware.com - signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP8oTkPQdemPHbTEOGiUt6YOlyRskb2tZFQlGg1fp78u + email = thepeterstone@gmail.com [core] excludesfile = $HOME/.cvsignore @@ -38,24 +37,15 @@ interactive = always ui = auto -[commit] - gpgsign = true - [delta] navigate = true - side-by-side = true + side-by-side = true [diff] colorMoved = default [fetch] prune = true -[gpg] - format = ssh - -[gpg "ssh"] - program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign - [grep] lineNumber = true @@ -83,6 +73,4 @@ [url "git@github.com:"] insteadOf = https://github.com/ -[url "git@gitlab.eng.vmware.com:"] - insteadOf = https://gitlab.eng.vmware.com/