From 64610bda00b3fb2ac5c5d56e6c0ee030cca73f2b Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 9 Mar 2024 19:25:53 -0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20refactor(git):=20Move=20~/.gitconfi?= =?UTF-8?q?g=20->=20~/.config/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/git/config | 6 ++++++ .gitconfig | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 .gitconfig diff --git a/.config/git/config b/.config/git/config index 9a8e947..57047c1 100644 --- a/.config/git/config +++ b/.config/git/config @@ -114,5 +114,11 @@ [url "https://aur.archlinux.org/"] insteadOf = aur:// +[credential "https://github.com"] + helper = !/usr/bin/gh auth git-credential + +[credential "https://gist.github.com"] + helper = !/usr/bin/gh auth git-credential + [include] path = ~/.config/git/config.local diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 741cd94..0000000 --- a/.gitconfig +++ /dev/null @@ -1,8 +0,0 @@ -[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] - hooksPath = ~/.config/git/hooks