You've already forked powerlevel10k
mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-07-16 22:42:21 +02:00
Install git in the BSD-VM
This commit is contained in:
@ -3,3 +3,6 @@
|
||||
# Install ZSH
|
||||
sudo pkg install -y zsh
|
||||
sudo chsh -s `which zsh` vagrant
|
||||
|
||||
# Install git
|
||||
sudo pkg install -y git
|
Reference in New Issue
Block a user