From cd5d6851066f77e8017b0141b41926d2d3a866ab Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Wed, 18 Oct 2023 08:28:53 -0400 Subject: [PATCH] Update git config to use new GPG keys --- .gitconfig | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitconfig b/.gitconfig index 8ba4408..38d0ddc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -73,7 +73,7 @@ status = auto [commit] - gpgsign = false + gpgsign = true [core] editor = nvim @@ -85,6 +85,9 @@ [credential "https://github.com"] helper = !/usr/bin/gh auth git-credential +[credential "https://gitlab.oteri.xyz"] + helper = !/usr/bin/glab auth git-credential + [delta] line-numbers = true syntax-theme = Dracula @@ -99,6 +102,12 @@ [fetch] prune = true +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true + [gpg] program = gpg @@ -130,16 +139,7 @@ [user] name = Anthony Oteri - email = anthony.oteri@edgeware.tv - signingkey = D06EC44188FCFE5F - + email = anthony.oteri@gmail.com + signingkey = D895462927D85782 # vim: set commentstring=#\ %s: -[credential "https://gitlab.oteri.xyz"] - helper = - helper = !/usr/bin/glab auth git-credential -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true