dotfiles/dot-config/git/config

24 lines
453 B
Text
Raw Permalink Normal View History

2024-07-18 12:26:07 -04:00
[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]
2024-07-30 09:14:44 -04:00
email = "git@sloanelybutsurely.com"
2024-07-18 12:26:07 -04:00
name = "sloane"
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID0TH2GezEx8+zlKBqUb7rBsbmghnd1u4nX6YpQr28Zw"