diff --git a/test/provisioning/bsd.sh b/test/provisioning/bsd.sh index cfaac2e..4b6fa57 100644 --- a/test/provisioning/bsd.sh +++ b/test/provisioning/bsd.sh @@ -3,5 +3,7 @@ pkg install -y bash tmux fish gawk chsh -s bash vagrant +# TODO tput is broken in BSD, /usr/local/bin/tput should be used instead + echo "fishman" | pw user add -n fishman -h 0 -s "/usr/local/bin/fish" -echo "run /home/vagrant/shared/tmux-fingers.tmux" > .tmux.conf +echo "alias tput=/usr/local/bin/tput" > .bash_profile