Files of this repository are installed with make.
makeor
make installwill create a symbolic link ~/.file -> /absolute/path/to/file for every
file at the root of this repository.
make cleanor
make uninstall
will remove all occurrences of ~/.file where file exists in this
repository.
- If you move this repository after installing the files, you will break the
symbolic links, so you will need to
cleanand reinstall. - Uninstallation is unconditional to whether the file is a symbolic link or not.
Have fun reading this!