As explained in the issue, chameleon.py would refuse to run if ~/.config/chameleon/config.yaml was not a valid file/ directory. I updated the makefile to add this directory and copy the example config.yaml to it from the repo so that the script runs properly for the user when they install it using make install. I have also updated make unisntall to remove the chameleon directory under ~/.config in case the user wants to uninstall the script.
As explained in the issue, chameleon.py would refuse to run if
~/.config/chameleon/config.yaml
was not a valid file/ directory. I updated the makefile to add this directory and copy the example config.yaml to it from the repo so that the script runs properly for the user when they install it usingmake install
. I have also updatedmake unisntall
to remove the chameleon directory under~/.config
in case the user wants to uninstall the script.