First off, I shamelessly stole this from http://www.bramschoenmakers.nl/en/node/624 But I wanted to be able to find it quickly
- ssh into your Homestead vagrant box
- Update the Ubuntu packages with
sudo apt-get update - Install bash-completion with
sudo apt-get install bash-completion - Open up your .bashrc file by with
vim ~/.bashrc - Toward the top (somewhere above where the
PS1=is) add this
# Bash completion
if [ -f /etc/bash_completion ]; then