From 0c913f1e421b9d47c052350c4c1d619e4ac6a297 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 13 Apr 2026 21:45:43 +0200 Subject: Initial commit --- artix/home/.config/git/config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 artix/home/.config/git/config (limited to 'artix/home/.config/git/config') diff --git a/artix/home/.config/git/config b/artix/home/.config/git/config new file mode 100644 index 0000000..8efedc4 --- /dev/null +++ b/artix/home/.config/git/config @@ -0,0 +1,11 @@ +[user] + email = nantha@mielota.com + name = Nantha Sorubakanthan + #signingkey = E6E0870909E743B5E4101068E614BDE9E305D5D7 +[init] + defaultBranch = main +[core] + editor = nvim + autocrlf = input +[color] + ui = true -- cgit v1.2.3