1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 05:20:43 +00:00

implement notemplate for install

This commit is contained in:
deadc0de6
2020-10-09 20:13:16 +02:00
parent 4b0fb64679
commit 4a74e71bb7
4 changed files with 94 additions and 52 deletions

View File

@@ -603,6 +603,7 @@ class CfgYaml:
if self.key_dotfile_notemplate not in v:
val = self.settings.get(self.key_settings_notemplate, False)
v[self.key_dotfile_notemplate] = val
return new
def _add_variables(self, new, shell=False, template=True, prio=False):