Status of automatic dotfiles installation via setup.py:
This is a collection of my dotfiles together with an automatic installation script that allows transferring my setup quickly and painlessly to new machines.
To install a target simply do:
python3 setup.py install TARGET
To list possible targets do:
python3 setup.py install --help
Uninstalling dotfiles with associated packages is also supported:
python3 setup.py uninstall TARGET
If this is too much magic, use --dryrun to have a risk-free peak at what's going on:
python3 setup.py install --dryrun TARGET
python3 setup.py uninstall --dryrun TARGET