Created
February 14, 2016 15:52
-
-
Save mavimo/85bd984b13e1ea3aaf27 to your computer and use it in GitHub Desktop.
mavimo's mac setup
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/sh | |
# Tap required repos | |
brew tap blackfireio/blackfire | |
brew tap caskroom/cask | |
brew tap caskroom/versions | |
brew tap homebrew/dupes | |
brew tap homebrew/fuse | |
brew tap homebrew/php | |
brew tap homebrew/versions | |
brew tap homebrew/x11 | |
brew tap neovim/neovim | |
# Install brew application | |
brew install ansible | |
brew install ant | |
brew install autoconf | |
brew install automake | |
brew install bash | |
brew install bash-completion | |
brew install bazaar | |
brew install blackfire-agent | |
brew install blackfire-php56 | |
brew install boost | |
brew install boot2docker | |
brew install caddy | |
brew install cairo | |
brew install casperjs | |
brew install cmake | |
brew install coreutils | |
brew install curl | |
brew install czmq | |
brew install dnsmasq | |
brew install docker | |
brew install docker-compose | |
brew install docker-machine | |
brew install docker-machine-driver-xhyve | |
brew install elasticsearch | |
brew install etcd | |
brew install fleetctl | |
brew install flow | |
brew install fontconfig | |
brew install fontforge | |
brew install freetds | |
brew install freetype | |
brew install freexl | |
brew install gdal | |
brew install gdbm | |
brew install geos | |
brew install gettext | |
brew install giflib | |
brew install git | |
brew install git-crypt | |
brew install git-extras | |
brew install glib | |
brew install gnupg | |
brew install go | |
brew install gobject-introspection | |
brew install gradle | |
brew install harfbuzz | |
brew install hicolor-icon-theme | |
brew install htop-osx | |
brew install httpie | |
brew install hub | |
brew install hugo | |
brew install icu4c | |
brew install imagemagick | |
brew install influxdb | |
brew install jpeg | |
brew install jq | |
brew install json-c | |
brew install lbzip2 | |
brew install leiningen | |
brew install leveldb | |
brew install libepoxy | |
brew install libevent | |
brew install libffi | |
brew install libgeotiff | |
brew install libiconv | |
brew install liblwgeom | |
brew install libpng | |
brew install libsodium | |
brew install libspatialite | |
brew install libssh2 | |
brew install libtiff | |
brew install libtool | |
brew install libxml2 | |
brew install libyaml | |
brew install logstash | |
brew install lz4 | |
brew install lzlib | |
brew install mailhog | |
brew install mcrypt | |
brew install mercurial | |
brew install mhash | |
brew install mycli | |
brew install mysql | |
brew install neo4j | |
brew install neovim | |
brew install ngrok | |
brew install node | |
brew install oniguruma | |
brew install openssl | |
brew install ossp-uuid | |
brew install pango | |
brew install pcre | |
brew install phantomjs | |
brew install php56 | |
brew install php56-intl | |
brew install php56-mcrypt | |
brew install php56-pdo-dblib | |
brew install php56-xdebug | |
brew install pixman | |
brew install pkg-config | |
brew install postgresql | |
brew install proj | |
brew install py2cairo | |
brew install pygobject3 | |
brew install python | |
brew install readline | |
brew install redis | |
brew install rethinkdb | |
brew install rust | |
brew install sbt | |
brew install scala | |
brew install snappy | |
brew install solr | |
brew install sqlite | |
brew install ssh-copy-id | |
brew install subversion | |
brew install terraform | |
brew install tig | |
brew install tmux | |
brew install tomcat7 | |
brew install tree | |
brew install ttfautohint | |
brew install unixodbc | |
brew install varnish | |
brew install vault | |
brew install watch | |
brew install watchman | |
brew install wget | |
brew install xhyve | |
brew install xz | |
brew install z | |
brew install zlib | |
# Install cask application | |
brew cask install alfred | |
brew cask install atom-beta | |
brew cask install bettertouchtool | |
brew cask install consul | |
brew cask install dash | |
brew cask install diffmerge | |
brew cask install dropbox | |
brew cask install filezilla | |
brew cask install firefox | |
brew cask install flux | |
brew cask install gitter | |
brew cask install intellij-idea | |
brew cask install mysqlworkbench | |
brew cask install osxfuse | |
brew cask install otto | |
brew cask install packer | |
brew cask install pandoc | |
brew cask install phpstorm | |
brew cask install skitch | |
brew cask install skype | |
brew cask install slack | |
brew cask install soapui | |
brew cask install spotify | |
brew cask install sublime-text3 | |
brew cask install teamviewer | |
brew cask install telegram | |
brew cask install the-unarchiver | |
brew cask install toggldesktop | |
brew cask install utorrent | |
brew cask install virtualbox | |
brew cask install vlc | |
brew cask install xquartz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment