mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 13:42:59 +00:00
adding support for pre/post actions
This commit is contained in:
@@ -8,7 +8,7 @@ represents a dotfile in dotdrop
|
||||
class Dotfile:
|
||||
|
||||
def __init__(self, key, dst, src,
|
||||
actions=[], trans=[], link=False):
|
||||
actions={}, trans={}, link=False):
|
||||
# key of dotfile in the config
|
||||
self.key = key
|
||||
# where to install this dotfile
|
||||
|
||||
Reference in New Issue
Block a user