mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 16:14:45 +00:00
18 lines
309 B
Python
18 lines
309 B
Python
"""
|
|
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:""" |