Skip to content

Commit

Permalink
remove vmware stuff from gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
thepeterstone committed Jun 13, 2024
1 parent c3f415c commit b0b3c7f
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions dot-files/gitconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[user]
name = Peter Stone
email = [email protected]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP8oTkPQdemPHbTEOGiUt6YOlyRskb2tZFQlGg1fp78u
email = [email protected]

[core]
excludesfile = $HOME/.cvsignore
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -83,6 +73,4 @@

[url "[email protected]:"]
insteadOf = https://github.com/
[url "[email protected]:"]
insteadOf = https://gitlab.eng.vmware.com/

0 comments on commit b0b3c7f

Please sign in to comment.