mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 20:09:18 +00:00
adding a gencfg command
This commit is contained in:
18
dotdrop/config.py
Normal file
18
dotdrop/config.py
Normal file
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2024, deadc0de6
|
||||
|
||||
default config
|
||||
"""
|
||||
|
||||
default_config = """config:
|
||||
backup: true
|
||||
banner: true
|
||||
create: true
|
||||
dotpath: dotfiles
|
||||
keepdot: false
|
||||
link_dotfile_default: nolink
|
||||
link_on_import: nolink
|
||||
longkey: false
|
||||
dotfiles:
|
||||
profiles:"""
|
||||
Reference in New Issue
Block a user