From b1b003b404a84b6aa92a417179781194df877cdf Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sat, 19 Aug 2023 08:04:46 +0200 Subject: [PATCH] add mine gitconfig --- .gitconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..26abb63 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,11 @@ +[user] + email = xhyrom.hyro@gmail.com + name = xHyroM +[credential "https://github.com"] + helper = + helper = !/usr/bin/gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !/usr/bin/gh auth git-credential +[core] + editor = nvim