Helping manager for your configuration files.
Functionality and reasons behind it are described in what if-issues:
./configure.sh # shows help and installation status
./configure.sh install # installs symbolic link into /usr/local/bin
# Initialise a config-man store
cm init
# Add files to the store
cm add ~/.ssh/config ~/.gitconfig ~/.gitignore_global
# Show all files in store
cm list
You might want to exclude certain files, before running backup. See the .config-man
for more information.
# Perform a backup
cm backup