X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/a40a5ec5e33473ce65da647d7eda28c8168cd1f6..e4963fae03c4d4403fcca3157bebf5e47ef2010f:/gitconfig diff --git a/gitconfig b/gitconfig index 957c18a..485954e 100644 --- a/gitconfig +++ b/gitconfig @@ -1,9 +1,14 @@ [user] - name = Ben Beltran - email = ben@nsovocal.com + name = Ruben Beltran del Rio + email = ruben@unlimited.pizza + signingkey = B7C3495D98F27947 [core] - editor = vim + editor = nvim [color] diff = auto [push] default = simple +[pull] + rebase = false +[commit] + gpgsign = true