- The bash completion infrastructure. If not installed yet, run
apt-get install bash-completionor equivalent for RH-based systems, but most OS's have it installed by default
- Copy the file
vboxmanage_completion.bashfrom this repo into/etc/bash_completion.d/. This folder contains all the system completions configurations - Source the completion file by doing
source /etc/bash_completion.d/vboxmanage_completion.bash
- Add the content of
vboxmanage_completion.bash(except the first line, #!) in this repo into~/.bash_completion. - Source the completion file by doing
source ~/.bash_completion