mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 14:54:15 +00:00
remove legacy checks for dotfiles under profile
This commit is contained in:
@@ -68,8 +68,9 @@ exec bspwm
|
||||
f.write(' trans: {}\n'.format(d.trans_r.key))
|
||||
f.write('profiles:\n')
|
||||
f.write(' {}:\n'.format(profile))
|
||||
f.write(' dotfiles:\n')
|
||||
for d in dotfiles:
|
||||
f.write(' - {}\n'.format(d.key))
|
||||
f.write(' - {}\n'.format(d.key))
|
||||
return path
|
||||
|
||||
def test_install(self):
|
||||
|
||||
Reference in New Issue
Block a user