Skip to content

Instantly share code, notes, and snippets.

@fcpauldiaz
Last active September 27, 2016 16:57
Show Gist options
  • Save fcpauldiaz/1a1945dd6299c46596e94d66938cbc02 to your computer and use it in GitHub Desktop.
Save fcpauldiaz/1a1945dd6299c46596e94d66938cbc02 to your computer and use it in GitHub Desktop.
Snippet of all installed my packages from home brew
#!/usr/bin/env sh
# taps
brew tap homebrew/apache
brew tap homebrew/boneyard
brew tap homebrew/bundle
brew tap homebrew/core
brew tap homebrew/dupes
brew tap homebrew/php
brew tap homebrew/services
brew tap homebrew/versions
brew tap rstacruz/backup
# packages
brew install apr
brew install apr-util
brew install autoconf
brew install aws-elasticbeanstalk
brew install carthage
brew install composer
brew install freetype
brew install gcc
brew install gdbm
brew install gettext
brew install glib
brew install gmp
brew install gnutls
brew install hadoop
brew install httpd22
brew install httpd24
brew install icu4c
brew install igbinary
brew install isl
brew install jpeg
brew install libevent
brew install libffi
brew install libmemcached
brew install libmpc
brew install libpng
brew install libtasn1
brew install libxml2
brew install memcached
brew install mongodb
brew install mpfr
brew install neo4j
brew install nettle
brew install nginx
brew install nmap
brew install openssl
brew install pcre
brew install php-cs-fixer
brew install php70
brew install php70-igbinary
brew install php70-memcached
brew install php70-mongodb
brew install php70-pdo-pgsql
brew install phpunit
brew install pixman
brew install pkg-config
brew install postgresql
brew install qemu
brew install readline
brew install sqlite
brew install ssh-copy-id
brew install unixodbc
brew install watchman
brew install zlib
---
taps:
- homebrew/apache
- homebrew/boneyard
- homebrew/bundle
- homebrew/core
- homebrew/dupes
- homebrew/php
- homebrew/services
- homebrew/versions
- rstacruz/backup
brew:
- apr 1.5.2 1.5.2_1
- apr-util 1.5.4_1
- autoconf 2.69
- aws-elasticbeanstalk 3.7.7
- carthage 0.12 0.17.2
- composer 1.0.0-alpha10 1.2.0
- freetype 2.6.3 2.6.5 2.6_1
- gcc 5.3.0 6.1.0
- gdbm 1.11 1.12
- gettext 0.19.6 0.19.7 0.19.8.1
- glib 2.46.2 2.48.1
- gmp 6.1.0 6.1.1
- gnutls 3.4.14 3.4.9
- hadoop 2.4.0 2.7.2 hdfs
- httpd22 2.2.31
- httpd24 2.4.18
- icu4c 55.1 56.1 57.1
- igbinary 1.2.1
- isl 0.15 0.17.1
- jpeg 8d
- libevent 2.0.22
- libffi 3.0.13
- libmemcached 1.0.18_1
- libmpc 1.0.3
- libpng 1.6.18 1.6.20 1.6.21 1.6.23
- libtasn1 4.7 4.8
- libxml2 2.9.3 2.9.4
- memcached 1.4.24
- mongodb 2.6.1 3.0.6 3.2.5 3.2.8
- mpfr 3.1.3 3.1.4
- neo4j 2.0.3 2.2.5 3.0.3
- nettle 3.2
- nginx 1.10.0 1.10.1
- nmap 7.01 7.12
- openssl 1.0.2d_1 1.0.2e_1 1.0.2f 1.0.2g 1.0.2h_1
- pcre 8.38 8.39
- php-cs-fixer 1.10
- php70 7.0.2 7.0.3 7.0.5 7.0.6 7.0.9
- php70-igbinary HEAD-1c12137
- php70-memcached HEAD-583ecd6
- php70-mongodb 1.1.6 1.1.8
- php70-pdo-pgsql 7.0.3 7.0.9
- phpunit 5.2.1 5.4.6
- pixman 0.32.8 0.34.0
- pkg-config 0.29.1_1
- postgresql 9.5.1 9.5.3
- qemu 2.5.0_1 2.6.0
- readline 6.3.8
- sqlite 3.12.2 3.13.0
- ssh-copy-id 7.2p2
- unixodbc 2.3.2_1 2.3.4
- watchman 4.5.0 4.6.0
- zlib 1.2.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment