config
def write_default_config(path=CONFIG_PATH,
template=TEMPLATE_CONF_DICT):
docstring:
Write configuration file at first repo usage. In this way,
we don't need to keep a confusing template config file in the repo.
Parameters
----------
path : Path object
Path of the config file (optional).