2016-10-28 12:06:53 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
brew tap homebrew/php
|
|
|
|
|
|
|
|
# install additional brew packages -- see _install.sh too
|
|
|
|
brew install composer
|
2017-06-15 22:20:55 +00:00
|
|
|
brew install curl --with-libssh2
|
2016-10-28 12:06:53 +00:00
|
|
|
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac
|
|
|
|
brew install git-flow
|
|
|
|
brew install git-ftp
|
|
|
|
brew install imagemagick
|
|
|
|
brew install mariadb
|
|
|
|
brew install mozjpeg
|
2017-06-15 22:20:55 +00:00
|
|
|
brew install nginx
|
2016-10-28 12:06:53 +00:00
|
|
|
brew install openssl
|
2017-06-15 22:20:55 +00:00
|
|
|
brew install php70 --with-homebrew-curl
|
2016-10-28 12:06:53 +00:00
|
|
|
brew install php70-intl
|
|
|
|
brew install php70-mcrypt
|
|
|
|
brew install rbenv
|
2017-06-12 10:07:02 +00:00
|
|
|
brew install rsync
|
|
|
|
brew install shpotify
|
2016-10-28 12:06:53 +00:00
|
|
|
brew install the_silver_searcher
|
|
|
|
brew install youtube-dl
|
2017-01-05 12:50:37 +00:00
|
|
|
|
2017-01-06 22:26:44 +00:00
|
|
|
# install a current ruby version
|
2017-04-13 05:19:30 +00:00
|
|
|
rbenv install 2.4.1
|
2017-01-06 22:26:44 +00:00
|
|
|
|
|
|
|
# use nvm instead of brew node or anything else
|
2017-06-15 22:20:55 +00:00
|
|
|
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
|