dotfiles/dot_config/lazygit/config.yml.tmpl
punkfairie 06ee90d70c
Update .config/lazygit/config.yml
Remove .config/mopidy/mopidy.conf
2024-09-30 18:40:06 -07:00

14 lines
321 B
Cheetah

---
gui:
nerdFontsVersion: "3"
git:
paging:
colorArg: always
pager: delta --paging=never --features=arctic-fox
os:
{{ if lookPath "copyq" -}}
copyToClipboardCmd: "copyq copy {{text}}"
{{ else if lookPath "pbcopy" -}}
copyToClipboardCmd: echo "{{text}}" | pbcopy
{{ end -}}
editPreset: nvim-remote