Closed jo1gi closed 3 years ago
What would be the benefit apart from having a shorter config?
@pinpox Correct me if I am wrong, but I don't think it is possible to use the same template in multiple applications. There is for example a lot of applications that use the CSS template (https://github.com/samme/base16-styles). What I meant by adding a template option was something like this:
applications:
firefox:
enabled: true
template: style
files:
css:
path: path/to/firefox/css
discord:
enabled: true
template: style
files:
css:
path: path/to/discord/css
I was wondering if it should be possible to add multiple applications per template since some applications use the same template (e.g. vim and neovim or anything that uses css). It could be done by adding a "template" option which would overwrite the normal template.