mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 15:28:59 +00:00
update readme
This commit is contained in:
@@ -80,6 +80,8 @@ why [dotdrop](https://github.com/deadc0de6/dotdrop) rocks.
|
|||||||
* [Store sensitive dotfiles](#store-sensitive-dotfiles)
|
* [Store sensitive dotfiles](#store-sensitive-dotfiles)
|
||||||
* [Symlink dotfiles](#symlink-dotfiles)
|
* [Symlink dotfiles](#symlink-dotfiles)
|
||||||
* [Config](#config)
|
* [Config](#config)
|
||||||
|
* [All dotfiles for a profile](#all-dotfiles-for-a-profile)
|
||||||
|
* [Include dotfiles from another profile](#include-dotfiles-from-another-profile)
|
||||||
* [Templating](#templating)
|
* [Templating](#templating)
|
||||||
* [Available variables](#available-variables)
|
* [Available variables](#available-variables)
|
||||||
* [Available methods](#available-methods)
|
* [Available methods](#available-methods)
|
||||||
|
|||||||
@@ -255,8 +255,6 @@ class Cfg:
|
|||||||
self.log.err(msg.format(k))
|
self.log.err(msg.format(k))
|
||||||
msg = 'Please modify your config file to: \"trans: {}\"'
|
msg = 'Please modify your config file to: \"trans: {}\"'
|
||||||
self.log.err(msg.format(itstrans_r[0]))
|
self.log.err(msg.format(itstrans_r[0]))
|
||||||
msg = 'see https://github.com/deadc0de6/dotdrop/wiki/transformations#config-error-with-transformation-list' # noqa
|
|
||||||
self.log.err(msg)
|
|
||||||
return False
|
return False
|
||||||
trans_r = self._parse_trans(itstrans_r, read=True)
|
trans_r = self._parse_trans(itstrans_r, read=True)
|
||||||
if not trans_r:
|
if not trans_r:
|
||||||
@@ -275,8 +273,6 @@ class Cfg:
|
|||||||
self.log.err(msg.format(k))
|
self.log.err(msg.format(k))
|
||||||
msg = 'Please modify your config file: \"trans_write: {}\"'
|
msg = 'Please modify your config file: \"trans_write: {}\"'
|
||||||
self.log.err(msg.format(itstrans_w[0]))
|
self.log.err(msg.format(itstrans_w[0]))
|
||||||
msg = 'see https://github.com/deadc0de6/dotdrop/wiki/transformations#config-error-with-transformation-list' # noqa
|
|
||||||
self.log.err(msg)
|
|
||||||
return False
|
return False
|
||||||
trans_w = self._parse_trans(itstrans_w, read=False)
|
trans_w = self._parse_trans(itstrans_w, read=False)
|
||||||
if not trans_w:
|
if not trans_w:
|
||||||
|
|||||||
Reference in New Issue
Block a user