diff options
| author | 2021-02-26 14:22:11 -0500 | |
|---|---|---|
| committer | 2021-02-26 14:22:11 -0500 | |
| commit | 1cf6fd3fa3298a4c1554cdb40c9da7f9cbc9824f (patch) | |
| tree | f963efbbdfd4187824ec299413f4ffa0d345eb73 | |
| parent | micro: add rc syntax, even though it sucks (diff) | |
migrate git email, explicitly configure foot $TERM
| -rw-r--r-- | dot_config/foot/foot.ini.tmpl | 1 | ||||
| -rw-r--r-- | dot_config/git/config | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dot_config/foot/foot.ini.tmpl b/dot_config/foot/foot.ini.tmpl index 1374c30..05d14db 100644 --- a/dot_config/foot/foot.ini.tmpl +++ b/dot_config/foot/foot.ini.tmpl @@ -5,6 +5,7 @@ font = Hack:size=8 font = Hack:size=11 {{- end }} initial-window-size-chars=90x27 +term = foot [scrollback] lines = 10000 diff --git a/dot_config/git/config b/dot_config/git/config index a2ade0b..65a7da3 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -41,10 +41,10 @@ [push] default = simple [sendemail] - from = toast+misc@toast.cafe + from = toast@toast.cafe smtpencryption = tls - smtpserver = smtp.soverin.net - smtpserverport = 587 + smtpserver = smtp.migadu.com + smtpserverport = 465 smtpuser = toast@toast.cafe [status] branch = true |
