dots

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

commit f0ad174629c087e370e9f7d4d7eb9f1a3b6680ee
parent f26ed2595bfbc89205ec787042c3b57b368bdd8c
Author: mokou <mokou@posteo.de>
Date:   Thu, 16 Apr 2020 23:20:20 +0200

Add .hgrc

Diffstat:
Adot_hgrc | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/dot_hgrc b/dot_hgrc @@ -0,0 +1,11 @@ +# example user config (see 'hg help config' for more info) +[ui] +# name and email, e.g. +# username = Jane Doe <jdoe@example.com> +username = mokou <mokou@posteo.de> +editor = nvim + +tweakdefaults = True +pager = diff-so-fancy | less --tabs=4 -RFX + +[extensions]