]> git.r.bdr.sh - rbdr/dotfiles/blame_incremental - gitconfig
Add yabai confi
[rbdr/dotfiles] / gitconfig
... / ...
CommitLineData
1[user]
2 name = Ruben Beltran del Rio
3 email = ruben@unlimited.pizza
4 signingkey = B7C3495D98F27947
5[sendemail]
6 smtpserver = smtp.fastmail.com
7 smtpuser = ruben@unlimited.pizza
8 smtpencryption = ssl
9 smtpserverport = 465
10[core]
11 editor = nvim
12[color]
13 diff = auto
14[push]
15 default = simple
16[pull]
17 rebase = false
18[commit]
19 gpgsign = true
20[init]
21 defaultBranch = main