Add functions: install_script & uninstall_scripts: allow easy add and remove scripts from $TOOLS/scripts which are added to path. For scripts or other binaries that don't need to be git managed, install_to_path & uninstall_from_path have been added with similar behavior but copying to ~/.local/bin.
Add autocompletion to uninstall_scripts, there seems to be an issue with compinit methods not being available even after the initialization (seen also in MacOS, but in mac, delaying sourcing my script works). I resorted to hack fix of checking if complete functions is available and re-setting it manually.
install_script
&uninstall_scripts
: allow easy add and remove scripts from$TOOLS/scripts
which are added to path. For scripts or other binaries that don't need to be git managed,install_to_path
&uninstall_from_path
have been added with similar behavior but copying to~/.local/bin
.uninstall_scripts
, there seems to be an issue withcompinit
methods not being available even after the initialization (seen also in MacOS, but in mac, delaying sourcing my script works). I resorted to hack fix of checking if complete functions is available and re-setting it manually.Closes #5