Add the following line to to .bashrc or .bash_profile:
if ! [ -d ~/.bash_scripts ]; then
git clone https://gist.github.com/9722ca35e703f0024a4842244d258ffa.git .bash_scripts
git -C ~/.bash_scripts branch -u origin/master
fi
source ~/.bash_scripts/bash-scripts.sh