dotfiles/home/private_Library/private_Application Support/private_jj/config.toml.tmpl

29 lines
488 B
Cheetah

[user]
name = {{ .name | quote }}
email = {{ .email | quote }}
[git]
push-bookmark-prefix = "{{ .github }}/jj-"
private-commits = "description(glob:'private:*')"
[revset-aliases]
'stack()' = 'main..@'
[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",
]