feat: update a bunch of stuff
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
[user]
|
||||
signingkey = {{ .github_public_gpg }}
|
||||
email = {{ .github_email }}
|
||||
name = {{ .github_name }}
|
||||
[includeIf "gitdir:~/git/github.com/lunarway/"]
|
||||
path = .gitconfig_lw
|
||||
email = {{ .github_email }}
|
||||
signingkey = {{ .github_public_key }}
|
||||
[includeIf "gitdir:~/Documents/vaults/kjuulh/"]
|
||||
path = .gitconfig_front
|
||||
[includeIf "gitdir:~/git/git.front.kjuulh.io/**"]
|
||||
@@ -29,10 +27,8 @@
|
||||
excludeFile = cover.cov
|
||||
[push]
|
||||
default = current
|
||||
{{ if .homebrew }}
|
||||
[gpg]
|
||||
program = /opt/homebrew/bin/gpg
|
||||
{{ end }}
|
||||
format = ssh
|
||||
#[interactive]
|
||||
# diffFilter = delta --color-only
|
||||
# [add.interactive]
|
||||
@@ -56,7 +52,6 @@
|
||||
|
||||
[pager]
|
||||
difftool = true
|
||||
|
||||
[rerere]
|
||||
enabled = true
|
||||
[commit]
|
||||
|
Reference in New Issue
Block a user