mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Update git config to use new GPG keys
This commit is contained in:
+12
-12
@@ -73,7 +73,7 @@
|
|||||||
status = auto
|
status = auto
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = false
|
gpgsign = true
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
@@ -85,6 +85,9 @@
|
|||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
helper = !/usr/bin/gh auth git-credential
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
|
||||||
|
[credential "https://gitlab.oteri.xyz"]
|
||||||
|
helper = !/usr/bin/glab auth git-credential
|
||||||
|
|
||||||
[delta]
|
[delta]
|
||||||
line-numbers = true
|
line-numbers = true
|
||||||
syntax-theme = Dracula
|
syntax-theme = Dracula
|
||||||
@@ -99,6 +102,12 @@
|
|||||||
[fetch]
|
[fetch]
|
||||||
prune = true
|
prune = true
|
||||||
|
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg
|
program = gpg
|
||||||
|
|
||||||
@@ -130,16 +139,7 @@
|
|||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Anthony Oteri
|
name = Anthony Oteri
|
||||||
email = anthony.oteri@edgeware.tv
|
email = anthony.oteri@gmail.com
|
||||||
signingkey = D06EC44188FCFE5F
|
signingkey = D895462927D85782
|
||||||
|
|
||||||
|
|
||||||
# vim: set commentstring=#\ %s:
|
# 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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user