sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| # use VirtualBox's device menu to insert Guest Additions CDROM | |
| # copy VBoxLinuxAdditions.run from mounted CDROM | |
| # then eject the CDROM, run the script and then shutdown the VM | |
| # you'll then go into VirtualBox and setup shared directories etc | |
| cd ~ && eject /media/cdrom0 | |
| sudo chmod 755 VBoxLinuxAdditions.run | |
| ./VBoxLinuxAdditions.run | |
| curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh |