Last active
August 29, 2015 14:22
-
-
Save lucasprogamer/4d6193b771836afb89d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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