You can create symlinks for all scripts in src/ to a directory in your PATH (default: ~/.local/bin) and set executable permissions :
$ ./link.sh # Link to ~/.local/bin (default)
$ ./link.sh -- ~/bin # Link to ~/binNote: To remove symlinks, please delete them manually from the target directory.