summaryrefslogtreecommitdiff
path: root/dots/git/.gitconfig.j2
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-08-18 12:59:27 -0700
committerElizabeth Hunt <me@liz.coffee>2025-08-18 12:59:32 -0700
commite26cc799256d8adde73201b6a1e887b067da7d7e (patch)
tree33ee309c37a0b8adef408b92667d049a28a6fdfa /dots/git/.gitconfig.j2
parent28ca868e6a6069d3a6dd5a54cb776f515e736d75 (diff)
downloaddotfiles-e26cc799256d8adde73201b6a1e887b067da7d7e.tar.gz
dotfiles-e26cc799256d8adde73201b6a1e887b067da7d7e.zip
Increase timeout before lock on sway
Diffstat (limited to 'dots/git/.gitconfig.j2')
-rw-r--r--dots/git/.gitconfig.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/dots/git/.gitconfig.j2 b/dots/git/.gitconfig.j2
index dc8d3e3..430c518 100644
--- a/dots/git/.gitconfig.j2
+++ b/dots/git/.gitconfig.j2
@@ -1,3 +1,5 @@
+[init]
+ defaultBranch = main
[user]
signingkey = {{ pgp.signing }}
user = {{ user.name }}