mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
Add BSD-VM
This commit is contained in:
parent
51296239eb
commit
2b9a57a8ee
3 changed files with 87 additions and 0 deletions
5
test-bsd-vm/bootstrap.sh
Normal file
5
test-bsd-vm/bootstrap.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Install ZSH
|
||||
sudo pkg install -y zsh
|
||||
sudo chsh -s `which zsh` vagrant
|
||||
Loading…
Add table
Add a link
Reference in a new issue