Last active
October 26, 2015 16:34
-
-
Save LavaToaster/69a550b6ff2b069ed91c to your computer and use it in GitHub Desktop.
Bootstrap
This file contains hidden or 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
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew doctor | |
brew install caskroom/cask/brew-cask | |
brew tap homebrew/php | |
brew tap caskroom/versions | |
brew install php56 php56-mcrypt php56-mysqlnd_ms zsh | |
brew cask install sequel-pro-nightly iterm2 atom vagrant | |
curl -L http://install.ohmyz.sh/ | sh | |
sed -i "s/robbyrussell/rkj-repos/g" ~/.zshrc | |
zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment