Skip to content

Instantly share code, notes, and snippets.

@FrancisVarga
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrancisVarga/707570200d58e74addcd to your computer and use it in GitHub Desktop.
Save FrancisVarga/707570200d58e74addcd to your computer and use it in GitHub Desktop.
mac_osx.sh
#!/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