Skip to content

Instantly share code, notes, and snippets.

@lucasprogamer
Last active August 29, 2015 14:22
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasprogamer/4d6193b771836afb89d6 to your computer and use it in GitHub Desktop.
Save lucasprogamer/4d6193b771836afb89d6 to your computer and use it in GitHub Desktop.
#!/bin/bash
homestead up
homestead ssh
apt-get update
#Additional Packages
apt-get install -y zsh
wget --no-check-certificate http://install.ohmyz.sh -O - | sh
chsh vagrant -s /bin/zsh
#Pass: vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment