From c0b34c6596b38108f6905d96c8b539d8e08c595b Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 12 Jan 2024 13:32:42 -0600 Subject: [PATCH] Add .gitconfig --- dot_gitconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dot_gitconfig diff --git a/dot_gitconfig b/dot_gitconfig new file mode 100644 index 0000000..4f3664f --- /dev/null +++ b/dot_gitconfig @@ -0,0 +1,16 @@ +[commit] + gpgsign = true +[user] + signingkey = C217005CF3C00672 + name = Xevion + email = xevion@xevion.dev +[credential "https://github.com"] + helper = + helper = !/home/linuxbrew/.linuxbrew/Cellar/gh/2.35.0/bin/gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !/home/linuxbrew/.linuxbrew/Cellar/gh/2.35.0/bin/gh auth git-credential +[core] + editor = micro +[init] + defaultBranch = master