Mercurial > dotfiles
comparison .chezmoi.toml.tmpl @ 683:0b30faf23a07
chore: exclude scripts from chezmoi diff
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 02 Oct 2022 11:28:28 +0200 |
parents | 9f8854fc3cc2 |
children | 587765960227 |
comparison
equal
deleted
inserted
replaced
682:02add24dd71d | 683:0b30faf23a07 |
---|---|
33 font_size = {{ $font_size | quote }} | 33 font_size = {{ $font_size | quote }} |
34 | 34 |
35 [merge] | 35 [merge] |
36 command = "nvim" | 36 command = "nvim" |
37 args = ["-d", {{ "{{ .Destination }}" | quote }}, {{ "{{ .Source }}" | quote }}, {{ "{{ .Target }}" | quote }}] | 37 args = ["-d", {{ "{{ .Destination }}" | quote }}, {{ "{{ .Source }}" | quote }}, {{ "{{ .Target }}" | quote }}] |
38 | |
39 [diff] | |
40 exclude = ["scripts"] |