Last active
December 29, 2015 18:59
-
-
Save crmaxx/7714230 to your computer and use it in GitHub Desktop.
restore brew installed package
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
| ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)" | |
| brew update | |
| brew doctor | |
| brew tap phinze/homebrew-cask | |
| brew install brew-cask | |
| brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql webp-quicklook suspicious-package xquartz && qlmanage -r | |
| # Full list of installed package | |
| ack | |
| apple-gcc42 | |
| autoconf | |
| automake | |
| bash | |
| bash-completion | |
| bazaar | |
| clojure | |
| cscope | |
| ctags | |
| curl-ca-bundle | |
| direnv | |
| dos2unix | |
| elasticsearch | |
| emacs | |
| erlang | |
| faac | |
| ffmpeg | |
| fontconfig | |
| fontforge | |
| freetype | |
| gdbm | |
| gettext | |
| ghostscript | |
| git | |
| glib | |
| go | |
| graphviz | |
| htop-osx | |
| hub | |
| imagemagick | |
| jbig2dec | |
| jpeg | |
| lame | |
| leiningen | |
| less | |
| libevent | |
| libffi | |
| libgpg-error | |
| libksba | |
| libpng | |
| libssh2 | |
| libtiff | |
| libtool | |
| libxml2 | |
| libxslt | |
| libyaml | |
| little-cms2 | |
| lynx | |
| macvim | |
| mercurial | |
| midnight-commander | |
| mongodb | |
| mysql | |
| nmap | |
| node | |
| openssl | |
| ossp-uuid | |
| p7zip | |
| pcre | |
| phantomjs | |
| pkg-config | |
| postgresql | |
| python | |
| qt | |
| rails-completion | |
| readline | |
| redis | |
| s-lang | |
| sphinx | |
| sqlite | |
| ssh-copy-id | |
| texi2html | |
| the_silver_searcher | |
| tmux | |
| tree | |
| unixodbc | |
| unrar | |
| wget | |
| x264 | |
| xvid | |
| xz | |
| yasm | |
| youtube-dl | |
| zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment