more delta configs

This commit is contained in:
Daylin Morgan 2022-09-12 10:58:10 -05:00
parent 427cdb4851
commit 2b1bdb41b6
2 changed files with 9 additions and 6 deletions

View file

@ -14,22 +14,19 @@
[branch] [branch]
autosetuprebase = always autosetuprebase = always
[alias] [alias]
root = rev-parse --show-toplevel
adog = log --all --decorate --oneline --graph adog = log --all --decorate --oneline --graph
gl = config --global -l gl = config --global -l
last = log -1 HEAD --stat last = log -1 HEAD --stat
ll = log --oneline ll = log --oneline
st = status -sb st = status -sb
s = status -s s = status -s
co = checkout co = checkout
cob = checkout -b cob = checkout -b
cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\" cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\" save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
# list aliases # list aliases
la = "!git config -l | grep alias | cut -c 7-" la = "!git config -l | grep alias | cut -c 7-"
root = rev-parse --show-toplevel
[filter "lfs"] [filter "lfs"]
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f
@ -37,3 +34,9 @@
required = true required = true
[help] [help]
autocorrect = 20 autocorrect = 20
[delta]
line-numbers = true
zero-style = dim syntax
diff-so-fancy = true
theme = catppuccin

View file

@ -9,4 +9,4 @@ git:
branchLogCmd: 'git log --graph --all --color=always --decorate --date=relative --oneline' branchLogCmd: 'git log --graph --all --color=always --decorate --date=relative --oneline'
paging: paging:
colorArg: always colorArg: always
pager: delta --dark --paging=never --theme catppuccin pager: delta --dark --paging=never