muh dots
-
Backup anything in your
$HOME
that you don't want overwritten. Review Makefile to see which files will be affected. -
Install
-
Using
install
(copies files into place)make install
-
Using
stow
(symlink files instead of copy)make stow
-
-
Uninstall using
make uninstall
ormake unstow
(as applicable)