From 66ed49ce2ad5e5aed2b2087bbd48c3c31bc2da03 Mon Sep 17 00:00:00 2001 From: kappa Date: Mon, 9 Feb 2026 11:30:21 +0900 Subject: [PATCH] Add git config to stow Co-Authored-By: Claude Opus 4.6 --- git/.gitconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 git/.gitconfig diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..4697cb6 --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,5 @@ +[user] + name = kappa + email = kappa@inouter.com +[credential] + helper = osxkeychain