dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit 66954e64ec05b0bb03fa4708cf88ab8304aa6ab1
parent 12f7f29a0a3df98329aed083a2fea357d0076053
Author: mokou <mokou@fastmail.com>
Date:   Sun, 21 Mar 2021 16:03:15 +0100

Update gitconfig and hgrc

Diffstat:
Mdot_gitconfig | 2++
Mdot_hgrc | 4++--
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dot_gitconfig b/dot_gitconfig @@ -12,3 +12,5 @@ autoStash = true [sendemail] smtpserver = /opt/homebrew/bin/msmtp +[gpg] + program = gpg diff --git a/dot_hgrc b/dot_hgrc @@ -2,8 +2,8 @@ [ui] # name and email, e.g. # username = Jane Doe <jdoe@example.com> -username = mokou <mokou@posteo.de> -editor = nvim +username = marisa <mokou@fastmail.com> +editor = vim tweakdefaults = True pager = diff-so-fancy | less --tabs=4 -RFX