1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-12 08:10:07 +00:00

Install git in the BSD-VM

This commit is contained in:
Dominik Ritter 2017-03-08 00:01:40 +01:00
parent 3bb567b45a
commit a09d56e3a7

View file

@ -3,3 +3,6 @@
# Install ZSH
sudo pkg install -y zsh
sudo chsh -s `which zsh` vagrant
# Install git
sudo pkg install -y git