powerlevel10k/test-bsd-vm/bootstrap.sh
Dominik Ritter 454798a2c4 Fix a little problem in BSD
On BSD ZSH is installed on a different location than on linux. So we
link it there to make sure our later scripts will work.
2017-03-21 01:33:54 +01:00

9 lines
No EOL
163 B
Bash

#!/bin/sh
# Install ZSH
sudo pkg install -y zsh
sudo chsh -s `which zsh` vagrant
sudo ln -s /usr/local/bin/zsh /usr/bin/zsh
# Install git
sudo pkg install -y git