From 4cfd863ecbf01e179f05f249780fd6f1168d5a51 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 3 Oct 2023 14:56:15 +0200 Subject: [PATCH] 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). --- .dotter/global.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dotter/global.toml b/.dotter/global.toml index 2873d3c..34f1679 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -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]