sioyek: Switch to dotter template for flavouring

Since sioyek does not support including into its configuration
file, we switch it to dotter templating and use the in-place
flavours insertion on theme selection for theming.

Any theming will not back filter into the repository.
This commit is contained in:
Marty Oehme 2023-10-03 15:10:05 +02:00
parent 08062027ae
commit a3b54a155e
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 1 additions and 19 deletions

View file

@ -85,6 +85,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/.config/sioyek/prefs_user.config" = { target = "~/.config/sioyek/prefs_user.config", type = "template", prepend = "# TEMPLATED BY DOTTER\n" }
writing = "~"
[system.files]