dotfiles/dot_config/lazygit/config.yml.tmpl

16 lines
381 B
Cheetah
Raw Normal View History

2024-04-14 18:41:15 -07:00
---
2024-09-30 20:55:45 -07:00
# chezmoi:template:left-delimiter="[[" right-delimiter="]]"
2024-04-14 18:41:15 -07:00
gui:
nerdFontsVersion: "3"
git:
paging:
colorArg: always
pager: delta --paging=never --features=arctic-fox
os:
2024-09-30 20:55:45 -07:00
[[ if lookPath "copyq" -]]
2024-04-14 18:41:15 -07:00
copyToClipboardCmd: "copyq copy {{text}}"
2024-09-30 20:55:45 -07:00
[[ else if lookPath "pbcopy" -]]
copyToClipboardCmd: echo "{{text}}" | pbcopy
2024-09-30 20:55:45 -07:00
[[ end -]]
2024-04-14 18:41:15 -07:00
editPreset: nvim-remote