From dc5f2cfd52638a0a2ca5bf7c507579d8235edcfc Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 May 2023 03:00:47 +0100 Subject: reorganization of homedir --- .config/git/config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/git/config (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..6275dc3 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,11 @@ +[user] + name = ubq323 + email = ubq323@ubq323.website +[init] + defaultBranch = trunk +[core] + autocrlf = input + editor = kak + pager = less -F -X +[log] + date=iso -- cgit v1.2.3