Clone this repository somewhere:
Move in your home directory and create a symlink to cloned repository: ln -s ~/bin
Add /bin to PATH environment variable:
echo 'export PATH=$PATH:/bin' >> .bashrc
TODO: create install script
based on Config Files project of jferris