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:
parent
3bb567b45a
commit
a09d56e3a7
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@
|
|||
# Install ZSH
|
||||
sudo pkg install -y zsh
|
||||
sudo chsh -s `which zsh` vagrant
|
||||
|
||||
# Install git
|
||||
sudo pkg install -y git
|
Loading…
Reference in a new issue