Contained in this repo are helpful scripts I use.
Both installation types start with git clone https://github.com/reusnat/dotscripts ~/.scripts
cd ~/.scripts
make link
Unlinked installation puts real copies of each script into the ~/bin
folder, not just references to the files in ~/.scripts
cd ~/.scripts
make unlink
cd ~/.scripts
make uninstall