From d098e94ad102da9d018acca72ca5a5c554d25a01 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Mon, 2 Jun 2025 13:11:10 -0700 Subject: Update paths n stuff --- dots/git/.gitconfig.j2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dots/git/.gitconfig.j2 (limited to 'dots/git/.gitconfig.j2') diff --git a/dots/git/.gitconfig.j2 b/dots/git/.gitconfig.j2 new file mode 100644 index 0000000..015ad96 --- /dev/null +++ b/dots/git/.gitconfig.j2 @@ -0,0 +1,12 @@ +[user] + signingkey = {{ pgp.signing }} + user = {{ user.name }} + email = {{ user.email }} +[commit] + gpgsign = true +[core] + excludesFile = ~/.config/git/rootignore +[push] + autoSetupRemote = true +[pull] + rebase = true -- cgit v1.2.3-70-g09d2