Skip to content

Instantly share code, notes, and snippets.

@takahiro47
Last active July 15, 2018 13:58
Show Gist options
  • Save takahiro47/6899727 to your computer and use it in GitHub Desktop.
Save takahiro47/6899727 to your computer and use it in GitHub Desktop.
The note for me of the brew packages in my OS X machine. Of course, you need to type more install options for each packages if need.

Doctor

$ brew doctor

Update

$ brew update

Tap and Install packages

Shell

$ brew tap homebrew/dupes # psgrep
$ brew install autoconf automake cmake curl curl-ca-bundle grep psgrep wget zsh

Utilities

Git

$ brew install git gist tig

Compression

$ brew install unzip unrar p7zip libzip gzip

Guard makefiles

$ brew install stow

PDF printer

$ brew install cups-pdf

Interactive process viewer

$ brew install htop-osx

Terminal multiplexer

$ brew install tmux

Database

$ brew install postgresql redis mysql mongodb sqlite

Middleware

$ brew install nginx openssl gpp

Language

Ruby

Versions

$ brew install ruby-build rbenv

Nokogiri

$ brew install libiconv

PHP

$ brew tap homebrew/dupes
$ brew tap josegonzalez/homebrew-php
$ brew install php53 php53-mcrypt phpmyadmin

Others

$ brew install android-sdk clisp newlisp go v8 scala python node

Context Analysis

$ brew install mecab mecab-ipadic cabocha

OpenNI / OpenCV / nite

$ brew tap homebrew/science # OpenCV
$ brew tap totakke/openni   # OpenNI
$ brew install libusb --universal
$ brew install libpng eigen libtiff jasper tbb qt
$ brew install opencv openni sensor sensor-kinect nite

Julius

$ brew tap oame/nlp
$ brew install julius julius-dictation-kit
$ julius -C `brew --prefix julius-dictation-kit`/share/fast.jconf -charconv EUC-JP UTF-8

Cairo

Install XQuartz from https://xquartz.macosforge.org

$ brew install libpng pixman glib
$ brew install cairo

Others

$ brew install apple-gcc42 asciidoc bdw-gc binutils bsdmake cloog coreutils crf++ ctags docbook docbook-xsl doxygen faac ffmpeg fontconfig fontforge freetype gdbm geos gettext gfortran ghostscript giflib glib gmp gnu-getopt gnu-tar harfbuzz icu4c imagemagick irssi isl jbig2dec jpeg jq json-c lame libevent libffi libmpc libsigsegv libtool libusb little-cms2 lv lynx mcrypt mobile-shell mpfr ncftp neon nkf nmap ossp-uuid pango parallel pcre pcre++ phantomjs pixman pkg-config portaudio potrace proctools proj protobuf qt readline sbt scons serf sip texi2html tree unixodbc varnish w3m x264 xmlto xvid xz yasm youtube-dl zeromq zlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment