2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-15 12:12:58 +00:00
steffen-dotfiles/install/cli-tools.sh

28 lines
732 B
Bash
Raw Normal View History

2016-10-28 12:06:53 +00:00
#!/usr/bin/env bash
brew tap homebrew/dupes
brew tap homebrew/php
brew tap homebrew/versions
# install additional brew packages -- see _install.sh too
brew install composer
brew install curl --with-ssl --with-libssh2
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac
brew install git-extras
brew install git-flow
brew install git-ftp
brew install imagemagick
brew install mariadb
brew install mas
2016-12-06 09:55:53 +00:00
brew install mdp
2016-10-28 12:06:53 +00:00
brew install mozjpeg
brew install nginx --with-http2
brew install openssl
brew install php70 --with-homebrew-curl --with-homebrew-openssl
brew install php70-intl
brew install php70-mcrypt
brew install rsync
brew install rbenv
brew install the_silver_searcher
brew install wget
brew install youtube-dl