From ed8576dcedaebbcac97b8488de3d7acb344efd61 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Fri, 15 Oct 2021 16:34:21 +0300 Subject: [PATCH] git: workspaces, delta --- etc/soft/git/gitconfig | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 2110bd2..20288b8 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -2,6 +2,12 @@ name = Maxim Likhachev email = envrm@yandex.ru +[includeIf "gitdir:~/FILES/Projects/Work/"] + path = ~/.gitconfig-work + +[init] + defaultBranch = master # WLM + [core] # pager = "less -R -X --ignore-case -w --jump-target=.5" pager = delta @@ -13,10 +19,11 @@ safecrlf = warn [delta] - light = true - syntax-theme = "OneHalfLight" commit-style = box file-style = box + light = true + navigate = true + syntax-theme = "OneHalfLight" [gui] wmstate = normal