[global] base_dir = "~/.dotfiles" theme = "ellen" # Creates ~/test from a handlebars template stored at ~/.dotfiles/test.hbs [[applications.test.backends]] [applications.test.backends.template] src = "test.hbs" dest = "~/test" # Creates a color alias from "mycolor" to "iris" when the rose-pine Colorspec # is in use [applications.test.colors."rose-pine"] mycolor = "iris" # Assigns a custom application-specific variable [applications.test.vars] foo = "bar"