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]