You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
663 B
Bash

#!/usr/bin/env bash
# install additional brew packages -- see _install.sh too
brew install composer
7 years ago
brew install curl --with-libssh2 --with-openssl
brew install ffmpeg --with-fdk-aac
brew install git-flow
brew install git-ftp
brew install imagemagick
brew install mariadb
5 years ago
brew install mkcert
brew install nss
brew install mozjpeg
5 years ago
brew install httpd
brew install dnsmasq
brew install openssl
brew install php
brew install ripgrep
brew install youtube-dl
5 years ago
# dnsmasq
echo 'address=/.localhost/127.0.0.1' > /usr/local/etc/dnsmasq.conf
sudo brew services start dnsmasq
sudo mkdir -v /etc/resolver
sudo bash -c 'echo "nameserver 127.0.0.1" > /etc/resolver/localhost'