Update .config/lazygit/config.yml

This commit is contained in:
punkfairie 2024-09-30 20:55:45 -07:00
parent 0dc097e9d8
commit 00d3c33167
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -1,4 +1,5 @@
--- ---
# chezmoi:template:left-delimiter="[[" right-delimiter="]]"
gui: gui:
nerdFontsVersion: "3" nerdFontsVersion: "3"
git: git:
@ -6,9 +7,9 @@ git:
colorArg: always colorArg: always
pager: delta --paging=never --features=arctic-fox pager: delta --paging=never --features=arctic-fox
os: os:
{{ if lookPath "copyq" -}} [[ if lookPath "copyq" -]]
copyToClipboardCmd: "copyq copy {{text}}" copyToClipboardCmd: "copyq copy {{text}}"
{{ else if lookPath "pbcopy" -}} [[ else if lookPath "pbcopy" -]]
copyToClipboardCmd: echo "{{text}}" | pbcopy copyToClipboardCmd: echo "{{text}}" | pbcopy
{{ end -}} [[ end -]]
editPreset: nvim-remote editPreset: nvim-remote