1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00

add option to show diff before asking to overwrite

This commit is contained in:
deadc0de6
2018-09-29 16:04:03 +02:00
parent a8e9f77606
commit a375876438
6 changed files with 36 additions and 18 deletions

View File

@@ -80,6 +80,7 @@ def load_config(confpath, profile):
opts['safe'] = True
opts['installdiff'] = True
opts['link'] = False
opts['showdiff'] = True
opts['debug'] = True
opts['dopts'] = ''
opts['variables'] = {}

View File

@@ -174,6 +174,7 @@ exec bspwm
conf, opts = load_config(confpath, profile)
opts['safe'] = False
opts['debug'] = True
opts['showdiff'] = True
opts['variables'] = {}
install(opts, conf)