From e416635423a76794c45a273217c875b25c233e7a Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 26 Feb 2024 12:34:12 -0500 Subject: added gitconfig to guix environment --- home-config/gitconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 home-config/gitconfig (limited to 'home-config/gitconfig') diff --git a/home-config/gitconfig b/home-config/gitconfig new file mode 100644 index 0000000..ee6224b --- /dev/null +++ b/home-config/gitconfig @@ -0,0 +1,14 @@ +[user] + email = ryan@rschanz.org + name = Ryan Schanzenbacher +[commit] + gpgSign = true +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[color] + ui = auto +[init] + defaultBranch = main -- cgit v1.2.3