This repo contains random scripts I write. Below are some commands to install or uninstall my scripts:
Put scripts in $HOME/.scripts:
$ git clone git@github.com:mjwhitta/scripts.git $HOME/.scripts
$ cd $HOME/.scripts
This will make backups of existing scripts:
$ ./installer link
This will NOT make backups of existing scripts:
$ ./installer -f link
This will restore any backups that exist:
$ ./installer unlink
To configure, simply copy files.default to files and comment or
delete the entries you don't want. Add other scripts you might want.