$ brew cask install vagrant
==> Downloading https://releases.hashicorp.com/vagrant/1.8.7/vagrant_1.8.7.dmg
######################################################################## 100.0%
==> Verifying checksum for Cask vagrant
==> Running installer for vagrant; your password may be necessary.
==> Package installers may write to any location; options such as --appdir are ignored.
Password:
==> installer: Package name is Vagrant
==> installer: Upgrading at base path /
==> installer: The upgrade was successful.
🍺 vagrant was successfully installed!
http://stackoverflow.com/questions/40477731/mac-osx-sierra-cant-add-vagrant-box-laravel-homestead-due-to-needing-curl-v-9
sudo rm -rf /opt/vagrant/embedded/bin/curl
vagrant box add tanb/FreeBSD-10.3-RELEASE-p11
mkdir Vagrant
cd Vagrant
vagrant init tanb/FreeBSD-10.3-RELEASE-p11
Vagrant.configure("2") do |config|
+ config.ssh.shell = "sh"
# The most common configuration options are documented and commented below.
vagrant up
vagrant ssh