dotter: Fix templated files
Fixed an accidentally templated (papistui.yml) file, due to its use of mustache-like double-braces. Explicitly target another file as templated so we can change it in the configuration directory (mako getting flavours colors since it STILL lacks includes).
This commit is contained in:
parent
132c4c6c5b
commit
4cfd863ecb
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ sh = "~"
|
|||
[desktop.files]
|
||||
"desktop/.config/flavours/templates" = { target = "~/.config/flavours/templates", type = "symbolic" }
|
||||
"desktop/.config/waybar/config" = { target = "~/.config/waybar/config", type = "symbolic" }
|
||||
"desktop/.config/mako/config" = { target = "~/.config/mako/config", type = "template", prepend = "# TEMPLATED BY DOTTER\n" }
|
||||
"desktop/README.md" = { target = "~/README.md", type = "symbolic", if = "false" }
|
||||
desktop = "~"
|
||||
|
||||
|
@ -83,6 +84,7 @@ terminal = "~"
|
|||
|
||||
[writing.files]
|
||||
"writing/README.md" = { target = "~/README.md", type = "symbolic", if = "false" }
|
||||
"writing/.config/papis/papistui.yaml" = { target = "~/.config/papis/papistui.yaml", type = "symbolic" }
|
||||
writing = "~"
|
||||
|
||||
[system.files]
|
||||
|
|
Loading…
Reference in a new issue