dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 6207dc254be12ee5a1ee016c6461ae4a2abe211e (patch)
parent a80dcc58f5738a267a737cfa99af3bef80751235
Author: Alex Karle <git@alexkarle.com>
Date:   Fri, 26 Jun 2020 00:03:44 -0400

contact: Change from karle.co -> alexkarle.com

I've been considering moving away from karle.co for a long time. I
really like how short it is but I worry the .co confuses people (who may
email karle.com, which is for sale for "a serious five figure offer")
and alexkarle.com is more sustainable (being 8$/yr instead of 25$/yr).

I also have grown to appreciate using generic tlds over country codes.

Updating mutt is a huge step in this direction. While I don't need to
actively ask anyone to stop emailing karle.co yet, I'll just start
emailing from alex@alexkarle.com for a bit, and we can cross that bridge
when we get there (possibly years from now).

Diffstat:
Mgit/config | 4++--
Mmutt/accounts/karleco.muttrc | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/git/config b/git/config @@ -2,12 +2,12 @@ editor = $EDITOR [user] - email = alex@karle.co + email = git@alexkarle.com name = Alex Karle [sendemail] smtpserver = smtp.fastmail.com - smtpuser = alex@karle.co + smtpuser = git@alexkarle.com smtpencryption = tls smtpserverport = 587 annotate = yes diff --git a/mutt/accounts/karleco.muttrc b/mutt/accounts/karleco.muttrc @@ -1,7 +1,7 @@ # Account setup for my personal email # Checked into git as a template for other accounts -set from="alex@karle.co" +set from="alex@alexkarle.com" set realname="Alex Karle" # Use a local copy of my mail (for speed and offline-access)