Last active
August 29, 2015 14:23
-
-
Save FrancisVarga/707570200d58e74addcd to your computer and use it in GitHub Desktop.
mac_osx.sh
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
#!/usr/bin/env bash | |
xcode-select --install && | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" && | |
brew doctor && | |
brew tap caskroom/versions && | |
brew tap caskroom/versions && | |
brew tap josegonzalez/php && | |
brew tap homebrew/dupes && | |
brew install git automake percona-server | |
php55 php55-memcached php55-couchbase php55-mcrypt php55-thrift | |
nginx && | |
echo "gem: --no-document" >> ~/.gemrc && | |
curl -L https://get.rvm.io | bash -s stable --auto-dotfiles --autolibs=enable && | |
brew cask install java7 atom sourctree github phpstorm firefox google-drive skype slack intellij-idea google-chrome iterm2 transmission vlc vagrant boot2docker spotify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment