feat: update a bunch of stuff

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-08-02 18:15:00 +02:00
parent a570bb768c
commit a6f8e2f261
48 changed files with 102 additions and 1223 deletions

View File

@@ -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]