Install git and bash-completion brew install git bash-completion On success, update ~/.bash_profile echo '[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion' >> ~/.bash_profile