personal dotfiles: my Hyprland config
Diffstat (limited to '.config/git/config')
| -rw-r--r-- | .config/git/config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..6a8d923 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,15 @@ +[user] + email = zachdecook@librem.one + name = Zach DeCook +[sendemail] + smtpserver = smtp.librem.one + smtpuser = zachdecook@librem.one + smtpencryption = tls + smtpserverport = 587 + annotate = true +[advice] + statusHints = false + skippedCherryPicks = false +[alias] + s = status + ds = diff --staged |