powerlevel10k/test-bsd-vm/bootstrap.sh

6 lines
82 B
Bash
Raw Normal View History

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