Browse Source

git: workspaces, delta

Maxim Likhachev 4 years ago
parent
commit
ed8576dced
  1. 11
      etc/soft/git/gitconfig

11
etc/soft/git/gitconfig

@ -2,6 +2,12 @@
name = Maxim Likhachev name = Maxim Likhachev
email = envrm@yandex.ru email = envrm@yandex.ru
[includeIf "gitdir:~/FILES/Projects/Work/"]
path = ~/.gitconfig-work
[init]
defaultBranch = master # WLM
[core] [core]
# pager = "less -R -X --ignore-case -w --jump-target=.5" # pager = "less -R -X --ignore-case -w --jump-target=.5"
pager = delta pager = delta
@ -13,10 +19,11 @@
safecrlf = warn safecrlf = warn
[delta] [delta]
light = true
syntax-theme = "OneHalfLight"
commit-style = box commit-style = box
file-style = box file-style = box
light = true
navigate = true
syntax-theme = "OneHalfLight"
[gui] [gui]
wmstate = normal wmstate = normal

Loading…
Cancel
Save