aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-06 17:35:40 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-06 17:35:40 +0200
commit83f5471894870f84442b5ce56d6d6ab5c545130a (patch)
treed24b76790c7bdc3c23b185bab78518ddc8217f45
parent84e8cf6f049c03ad66bb6ea26067de5bb9ea9a4d (diff)
downloadlbsd-83f5471894870f84442b5ce56d6d6ab5c545130a.tar.gz
Add ~/.gitconfig
-rw-r--r--home/john/.gitconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/john/.gitconfig b/home/john/.gitconfig
new file mode 100644
index 0000000..28ffa9b
--- /dev/null
+++ b/home/john/.gitconfig
@@ -0,0 +1,9 @@
+[init]
+ defaultBranch = master
+[user]
+ name = John Ankarström
+ email = john@ankarstrom.se
+[gui]
+ usettk = 0
+ fontui = -family Helvetica -size 8 -weight normal -slant roman -underline 0 -overstrike 0
+ fontdiff = -family Fixed -size 9 -weight normal -slant roman -underline 0 -overstrike 0