punctual
is an uncomplicated dotfile manager that works on common Linux fundamentals and simplistic JSON configuration files.
From PyPi, with pip:
pip install punctual
With this you will have an executable named pcl
.
Main:
$ pcl --help Usage: pcl [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. Commands: delete install list
Install:
$ pcl install --help Usage: pcl install [OPTIONS] PACKAGE_NAME Options: --force Remove any existing files --help Show this message and exit.