Skip to content

Multiple applications per template

Joakim Holm edited this page Jan 21, 2021 · 2 revisions

Multiple applications can use the same template by using the template option.

Example of configuration for using a template multiple times:

vim:
  enabled: true
  files:
    default:
      path: ~/.vim/colors/base16.vim
      mode: rewrite

neovim:
  enabled: true
  template: vim
  files:
    default:
      path: ~/.config/nvim/colors/base16.vim
      mode: rewrite
Clone this wiki locally