first commit
This commit is contained in:
15
profiles/desktop/.gitconfig
Normal file
15
profiles/desktop/.gitconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[user]
|
||||
name = whiteman808
|
||||
email = whiteman808@paraboletancza.org
|
||||
signingkey = 4A45503BBE575E3D4DAF28E27264AFFDC98D52BB
|
||||
[credential]
|
||||
helper = cache
|
||||
helper = !type pass-git-helper >/dev/null && pass-git-helper $@
|
||||
[core]
|
||||
editor = nvim
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[tag]
|
||||
gpgSign = true
|
||||
Reference in New Issue
Block a user