Last active
June 13, 2016 01:18
-
-
Save fakemelvynkim/dc8c9b9a0c43b2989a821e0f86f74fcc to your computer and use it in GitHub Desktop.
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 update && | |
| # parsers | |
| brew install npm && | |
| brew install node && | |
| brew install ruby && | |
| brew install go && | |
| brew install python3 && | |
| # parsers - java | |
| brew tap caskroom/cask && | |
| brew install Caskroom/cask/java && | |
| # installs | |
| brew install fontforge && | |
| brew install cloc && | |
| brew install ffmpeg && | |
| brew install autoconf && | |
| brew install ffmpeg && | |
| brew install glib && | |
| brew install libgpg-error && | |
| brew install maven && | |
| brew install autojump && | |
| brew install fontconfig && | |
| brew install gmp && | |
| brew install libksba && | |
| brew install mercurial && | |
| brew install automake && | |
| brew install libmpc && | |
| brew install mpfr && | |
| brew install task && | |
| brew install cabal-install && | |
| brew install freetype && | |
| brew install libpng && | |
| brew install nettle && | |
| brew install tree && | |
| brew install cask && | |
| brew install libtasn1 && | |
| brew install ttyrec && | |
| brew install cloc && | |
| brew install grc && | |
| brew install libtiff && | |
| brew install openssl && | |
| brew install cloog && | |
| brew install gettext && | |
| brew install icu4c && | |
| brew install libtool && | |
| brew install ossp-uuid && | |
| brew install x264 && | |
| brew install cmake && | |
| brew install ghc && | |
| brew install imagemagick && | |
| brew install libyaml && | |
| brew install xvid && # The free video codec that's strong in compression and quality | |
| brew install cscope && | |
| brew install isl && | |
| brew install lua && | |
| brew install pixman && | |
| brew install xz && | |
| brew install ctags && | |
| brew install luajit && | |
| brew install pkg-config && | |
| brew install lame && | |
| brew install faac && | |
| brew install libffi && | |
| brew install readline && | |
| # database | |
| brew install mongo && | |
| brew install sqlite && | |
| # graphics | |
| brew install jpeg && | |
| brew install gifsicle && | |
| brew install imagemagick && | |
| brew install webkit2png && | |
| # editor | |
| brew install vimpager && # use vim colorization rules for paging through any file | |
| brew install macvim && | |
| brew install vim && | |
| brew install emacs && # alternative to vim | |
| # git | |
| brew install git-flow && | |
| brew install git && | |
| brew install git-extras && | |
| brew install tig && # curses git repo browser | |
| # aws | |
| brew install awscli && | |
| # android | |
| brew install android && | |
| brew install android-sdk && | |
| # react native | |
| # https://facebook.github.io/react-native/docs/getting-started.html | |
| brew install flow && | |
| brew install watchman && | |
| brew install awscli && # commandline tools for Amazon web services | |
| brew install calc && # calculator | |
| brew install ccrypt && # strong file crypt tool | |
| brew install dos2unix && # convert CRLF to CX | |
| brew install geoip && # find where an IP address comes from | |
| brew install hh && # shell history browser / searcher | |
| brew install htop && # best top replacement | |
| brew install irssi && # my favorite commandline irc client | |
| brew install jq && # 'like sed for JSON data' | |
| brew install lftp && # nice commandline ftp | |
| brew install links && # best text mode web browser | |
| brew install lynx && # second best text mode web browser | |
| brew install ncdu && # ncurses disk usage browser | |
| brew install nmap && # never know when you will need to port scan something | |
| brew install tmux && # terminal multiplexer | |
| brew install tree && # view directory structure under CWD | |
| brew install unrar && # unarchive .rar files | |
| brew install wget && # grab remote files with a URL | |
| brew install colordiff && # diff in color coded way | |
| brew install watch && # dynamic file changes watcher | |
| brew install speedtest_cli && | |
| brew install Caskroom/cask/ksdiff && # kaleidoscope default diff tool | |
| echo "Done" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment