Last active
December 6, 2017 20:37
-
-
Save oluies/583fe2bdc958026586f9 to your computer and use it in GitHub Desktop.
homebrews
This file contains hidden or 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
% brew list | while read cask; do echo -n "$cask"; awk '{printf("brew install %s\n ", $0)}'; echo ""; done | |
% brew list | while read cask; do echo -n $fg[blue] $cask $fg[white]; brew deps $cask | awk '{printf(" %s ", $0)}'; echo ";done | |
brew install apache-spark | |
brew install argtable | |
brew install arpack | |
brew install autoconf | |
brew install autojump | |
brew install automake | |
brew install awscli | |
brew install bash-completion | |
brew install boost | |
brew install c-ares | |
brew install cairo | |
brew install cask | |
brew install checkstyle | |
brew install cloc | |
brew install cmake | |
brew install coreutils | |
brew install cpp-ethereum | |
brew install cryptopp | |
brew install cscope | |
brew install curl | |
brew install d-bus | |
brew install dbus | |
brew install dnsrend | |
brew install dos2unix | |
brew install emacs | |
brew install epstool | |
brew install ethereum | |
brew install faac | |
brew install fail2ban | |
brew install ffmpeg | |
brew install fftw | |
brew install fltk | |
brew install fontconfig | |
brew install freetype | |
brew install gawk | |
brew install gcc | |
brew install gd | |
brew install gdbm | |
brew install geoip | |
brew install gettext | |
brew install ghostscript | |
brew install gist | |
brew install git-lfs | |
brew install git-open | |
brew install gl2ps | |
brew install glib | |
brew install glpk | |
brew install gmp | |
brew install gnuplot | |
brew install gnutls | |
brew install go | |
brew install gradle | |
brew install graphicsmagick | |
brew install graphviz | |
brew install grc | |
brew install gsl | |
brew install gx | |
brew install gx-go | |
brew install hdf5 | |
brew install htop-osx | |
brew install hub | |
brew install hunspell | |
brew install icu4c | |
brew install imagemagick | |
brew install influxdb | |
brew install ipfs | |
brew install isl | |
brew install jboss-as | |
brew install jp2a | |
brew install jpeg | |
brew install jq | |
brew install jsoncpp | |
brew install kafka | |
brew install keybase | |
brew install lame | |
brew install leveldb | |
brew install libevent | |
brew install libextractor | |
brew install libffi | |
brew install libgcrypt | |
brew install libgpg-error | |
brew install libjson-rpc-cpp | |
brew install libmicrohttpd | |
brew install libmpc | |
brew install libpng | |
brew install libscrypt | |
brew install libssh2 | |
brew install libtasn1 | |
brew install libtiff | |
brew install libtool | |
brew install libunistring | |
brew install libvo-aacenc | |
brew install libxml2 | |
brew install libyaml | |
brew install little-cms2 | |
brew install llvm37 | |
brew install llvm38 | |
brew install logstash | |
brew install lrzsz | |
brew install lua | |
brew install luajit | |
brew install lzlib | |
brew install macvim | |
brew install maven | |
brew install metis | |
brew install miniupnpc | |
brew install mpfr | |
brew install nethogs | |
brew install nettle | |
brew install nifi | |
brew install node | |
brew install noti | |
brew install octave | |
brew install oniguruma | |
brew install openssl | |
brew install p7zip | |
brew install pcre | |
brew install php70 | |
brew install pigz | |
brew install pixman | |
brew install pkg-config | |
brew install plotutils | |
brew install pstoedit | |
brew install pyenv | |
brew install pyenv-virtualenv | |
brew install pyqt | |
brew install python | |
brew install qhull | |
brew install qrupdate | |
brew install qscintilla2 | |
brew install qt | |
brew install r | |
brew install readline | |
brew install redis | |
brew install ruby | |
brew install sbt | |
brew install scala | |
brew install scalariform | |
brew install sip | |
brew install snappy | |
brew install spaceman-diff | |
brew install spark | |
brew install sqlite | |
brew install suite-sparse | |
brew install suite-sparse421 | |
brew install swiftlint | |
brew install sysdig | |
brew install szip | |
brew install tbb | |
brew install the_silver_searcher | |
brew install tig | |
brew install tmux | |
brew install transfig | |
brew install unar | |
brew install unixodbc | |
brew install veclibfort | |
brew install webp | |
brew install wget | |
brew install wireshark | |
brew install x264 | |
brew install xvid | |
brew install xz | |
brew install youtube-dl | |
brew install zookeeper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment