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:
parent
08062027ae
commit
a3b54a155e
2 changed files with 1 additions and 19 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue