personal dotfiles: my Hyprland config
Diffstat (limited to '.config/git/config')
| -rw-r--r-- | .config/git/config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..a25976c --- /dev/null +++ b/.config/git/config @@ -0,0 +1,19 @@ +[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 +[push] + autoSetupRemote = true +[init] + defaultBranch = zachster |