dropping git-delta
ive been writing a lot on mobile and this format is extra painful on narrow displays.
This commit is contained in:
parent
b9e614d03c
commit
9a3734f2de
2 changed files with 5 additions and 17 deletions
|
@ -6,28 +6,17 @@ email = {{ .email_personal | quote }}
|
|||
push-bookmark-prefix = "{{ .github_personal }}_jj_"
|
||||
private-commits = "description(glob:'private:*') | bookmarks('merge')"
|
||||
|
||||
[colors]
|
||||
"diff removed token" = { fg = "red", underline = false }
|
||||
"diff added token" = { fg = "green", underline = false }
|
||||
|
||||
[revset-aliases]
|
||||
"stack()" = "trunk()..@"
|
||||
"immutable_heads()" = "builtin_immutable_heads() | (trunk().. & ~mine())"
|
||||
|
||||
[ui]
|
||||
default-command = ["log"]
|
||||
pager = "delta"
|
||||
|
||||
[ui.diff]
|
||||
format = "git"
|
||||
|
||||
[merge-tools.delta]
|
||||
diff-args = [
|
||||
"--color-only",
|
||||
"--features", "chameleon",
|
||||
"--navigate",
|
||||
"--dark",
|
||||
"--side-by-side",
|
||||
"--true-color", "always",
|
||||
"--syntax-theme", "base16",
|
||||
"$left", "$right",
|
||||
]
|
||||
diff.format = "git"
|
||||
|
||||
[[--scope]]
|
||||
--when.repositories = ["~/Klaviyo", "~/.klaviyocli"]
|
||||
|
|
|
@ -15,7 +15,6 @@ brew install \
|
|||
fzf \
|
||||
gh \
|
||||
git \
|
||||
git-delta \
|
||||
glow \
|
||||
go \
|
||||
golangci-lint \
|
||||
|
|
Loading…
Add table
Reference in a new issue