non-nix git config
This commit is contained in:
parent
aa3bb5ccb8
commit
d05a9a7607
2 changed files with 25 additions and 0 deletions
23
.config/git/config
Normal file
23
.config/git/config
Normal 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
2
.config/git/ignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
.DS_Store
|
||||
.jj
|
Loading…
Reference in a new issue