Manage your dotfiles easily.
python3 setup.py install
dotman -a APP_NAMELinks all the files under directoryAPP_NAMEto its suitable place relative to your home directory.dotman -a APP_NAME -d /tmp/mylinksrootLinks all the files under APP_NAME relative to/tmp/mylinksrootdirectorydotman -a APP_NAME -s -vRuns a simulation on the filesystem.
i3
`-- .config
`-- i3
`-- config
So we have here a directory named i3 in the very top indicates APP_NAME and under it a tree of config paths. Here it means config file is supposed to be linked under .config/i3/config related to the home directory.
I used to use stow, and for some reason it stopped working correctly, and I really didn't want to spend time reading perl code :(