non-nix git config

This commit is contained in:
sloane 2024-07-18 12:26:07 -04:00
parent aa3bb5ccb8
commit d05a9a7607
No known key found for this signature in database
2 changed files with 25 additions and 0 deletions

23
.config/git/config Normal file
View file

@ -0,0 +1,23 @@
[commit]
gpgSign = true
[gpg]
format = "ssh"
program = "/nix/store/6s1l8pqj9xqqhdg0c7qd7rx4kpg1hsk9-gnupg-2.4.4/bin/gpg2"
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[init]
defaultBranch = "main"
[push]
autoSetupRemote = true
[tag]
gpgSign = true
[user]
email = "1699281+sloanelybutsurely@users.noreply.github.com"
name = "sloane"
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID0TH2GezEx8+zlKBqUb7rBsbmghnd1u4nX6YpQr28Zw"

2
.config/git/ignore Normal file
View file

@ -0,0 +1,2 @@
.DS_Store
.jj