Last active
October 11, 2017 17:12
-
-
Save abacaphiliac/f0888f0405f705e3d13d311462b7a6f4 to your computer and use it in GitHub Desktop.
MyBrew
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
#!/usr/bin/env bash | |
brew update | |
brew tap caskroom/cask | |
brew tap homebrew/homebrew-php | |
brew cask install java | |
brew install awscli | |
brew install bash-completion | |
brew install bash-git-prompt | |
brew install composer | |
brew install docker-completion | |
brew install git | |
brew install gradle | |
brew install gradle-completion | |
brew install maven | |
brew install maven-completion | |
brew install npm | |
brew install terraform | |
brew install vagrant-completion | |
brew unlink php72 | |
brew unlink php71 | |
brew unlink php70 | |
brew unlink php56 | |
brew install php72 | |
brew install php72-xdebug | |
brew unlink php72 | |
brew install php71 | |
brew install php71-xdebug | |
brew unlink php71 | |
brew install php70 | |
brew install php70-xdebug | |
brew unlink php70 | |
brew install php56 | |
brew install php56-xdebug | |
brew cask install caffeine | |
brew cask install flux | |
brew cask install github-desktop | |
brew cask install google-chrome | |
brew cask install iterm2 | |
brew cask install jetbrains-toolbox | |
brew cask install postman | |
brew cask install sequel-pro | |
brew cask install slack | |
brew cask install spectacle | |
brew cask install spotify | |
brew cask install sourcetree | |
brew cask install sublime-text2 | |
brew cask install vagrant | |
brew cask install vagrant-manager | |
brew cask install virtualbox | |
# Backup and File Transfer Utilities | |
# brew cask install android-file-transfer | |
# brew cask install amazon-drive | |
# brew cask install filezilla | |
# brew cask install google-backup-and-sync | |
brew cleanup -s | |
composer global require hirak/prestissimo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment