mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 07:54:15 +00:00
comment
This commit is contained in:
@@ -8,9 +8,9 @@ represents a dotfile in dotdrop
|
|||||||
class Dotfile:
|
class Dotfile:
|
||||||
|
|
||||||
def __init__(self, key, dst, src):
|
def __init__(self, key, dst, src):
|
||||||
self.key = key
|
self.key = key # key of dotfile in the config
|
||||||
self.dst = dst
|
self.dst = dst # where to install this dotfile
|
||||||
self.src = src
|
self.src = src # stored dotfile in dotdrop
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
string = 'key:%s, src: %s, dst: %s' % (self.key,
|
string = 'key:%s, src: %s, dst: %s' % (self.key,
|
||||||
|
|||||||
Reference in New Issue
Block a user