1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 12:40:44 +00:00
powerlevel10k/test-bsd-vm/bootstrap.sh

6 lines
82 B
Bash
Raw Normal View History

2017-03-07 19:14:41 +00:00
#!/bin/sh
# Install ZSH
sudo pkg install -y zsh
sudo chsh -s `which zsh` vagrant