the GREAT CONFIG MIGRATION; (scwrypts v5 and some neat new config stuffs)

This commit is contained in:
2025-02-19 21:56:37 -07:00
parent 623828461e
commit 1b70e44700
114 changed files with 330 additions and 328 deletions

50
config/user/git/config Normal file
View File

@@ -0,0 +1,50 @@
[user]
email = yage@yage.io
name = yage
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICk2AL/QX5yr2UR2FsHg74bVLpQUpr1/lbgvoFi85J0c
[push]
default = current
[difftool]
trustExitCode = true
prompt = false
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[pull]
default = current
rebase = true
[rebase]
autostash = true
[color]
diff = always
status = always
branch = always
[submodule]
recurse = true
[alias]
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
[init]
defaultBranch = main
[safe]
directory = /opt/flutter
[gpg]
format = ssh
[gpg "ssh"]
program = /opt/1Password/op-ssh-sign
[commit]
gpgsign = true