Skip to content

Instantly share code, notes, and snippets.

@osamu
Created August 3, 2016 04:00
Show Gist options
  • Save osamu/39f478f0e5e3138d590722d827fcd308 to your computer and use it in GitHub Desktop.
Save osamu/39f478f0e5e3138d590722d827fcd308 to your computer and use it in GitHub Desktop.
tap 'caskroom/cask'
tap 'grpc/grpc'
tap 'homebrew/brewdler'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/dupes'
tap 'homebrew/versions'
cask 'java'
cask 'xquartz'
brew 'android-sdk'
brew 'android-ndk'
brew 'ant'
brew 'autoconf'
brew 'xz'
brew 'automake'
brew 'berkeley-db'
brew 'boost'
brew 'go'
brew 'docker'
brew 'boot2docker'
brew 'brew-pip'
brew 'c-ares'
brew 'pkg-config'
brew 'd-bus'
brew 'libtasn1'
brew 'gmp'
brew 'nettle'
brew 'gnutls'
brew 'libtool'
brew 'jpeg'
brew 'libpng'
brew 'libtiff'
brew 'freetype'
brew 'imagemagick'
brew 'gettext'
brew 'libffi'
brew 'glib'
brew 'emacs', args: ['with-cocoa']
brew 'cask'
brew 'cmake'
brew 'openssl'
brew 'wxmac'
brew 'erlang'
brew 'elixir'
brew 'faac'
brew 'x264'
brew 'lame'
brew 'xvid'
brew 'libogg'
brew 'libvorbis'
brew 'frei0r'
brew 'zeromq'
brew 'ffmpeg'
brew 'flow'
brew 'gdbm'
brew 'geoip'
brew 'gnu-getopt'
brew 'gnupg'
brew 'graphicsmagick'
brew 'hub'
brew 'popt'
brew 'libdv'
brew 'libevent'
brew 'libgpg-error'
brew 'libgcrypt'
brew 'libsamplerate'
brew 'libvo-aacenc'
brew 'readline'
brew 'sqlite'
brew 'python'
brew 'libxml2'
brew 'libxmlsec1'
brew 'lv'
brew 'mackup'
brew 'mad'
brew 'memcached'
brew 'protobuf'
brew 'mitmproxy'
brew 'sdl'
brew 'sox'
brew 'mlt'
brew 'mono'
brew 'mysql'
brew 'node'
brew 'oath-toolkit'
brew 'pcre'
brew 'portaudio'
brew 'pwgen'
brew 'qt'
brew 'qt5'
brew 'ruby-build'
brew 'rbenv'
brew 'rebar'
brew 'redis'
brew 'rename'
brew 'tig'
brew 'tmux'
brew 'tree'
brew 'unixodbc'
brew 'watch'
brew 'watchman'
brew 'webkit2png'
brew 'wireshark', args: ['with-qt']
brew 'zopfli'
brew 'zsh'
brew 'grpc/grpc/google-protobuf'
brew 'grpc/grpc/grpc'
brew 'homebrew/dupes/zlib'
cask 'alfred'
cask 'android-studio'
cask 'eclipse-java'
cask 'google-chrome'
cask 'hipchat'
cask 'iterm2'
cask 'libreoffice'
cask 'slate'
cask 'totalspaces'
cask 'vagrant'
cask 'virtualbox'
20201259n% cat Brewfile
tap 'caskroom/cask'
tap 'grpc/grpc'
tap 'homebrew/brewdler'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/dupes'
tap 'homebrew/versions'
cask 'java'
cask 'xquartz'
brew 'android-sdk'
brew 'android-ndk'
brew 'ant'
brew 'autoconf'
brew 'xz'
brew 'automake'
brew 'berkeley-db'
brew 'boost'
brew 'go'
brew 'docker'
brew 'boot2docker'
brew 'brew-pip'
brew 'c-ares'
brew 'pkg-config'
brew 'd-bus'
brew 'libtasn1'
brew 'gmp'
brew 'nettle'
brew 'gnutls'
brew 'libtool'
brew 'jpeg'
brew 'libpng'
brew 'libtiff'
brew 'freetype'
brew 'imagemagick'
brew 'gettext'
brew 'libffi'
brew 'glib'
brew 'emacs', args: ['with-cocoa']
brew 'cask'
brew 'cmake'
brew 'openssl'
brew 'wxmac'
brew 'erlang'
brew 'elixir'
brew 'faac'
brew 'x264'
brew 'lame'
brew 'xvid'
brew 'libogg'
brew 'libvorbis'
brew 'frei0r'
brew 'zeromq'
brew 'ffmpeg'
brew 'flow'
brew 'gdbm'
brew 'geoip'
brew 'gnu-getopt'
brew 'gnupg'
brew 'graphicsmagick'
brew 'hub'
brew 'popt'
brew 'libdv'
brew 'libevent'
brew 'libgpg-error'
brew 'libgcrypt'
brew 'libsamplerate'
brew 'libvo-aacenc'
brew 'readline'
brew 'sqlite'
brew 'python'
brew 'libxml2'
brew 'libxmlsec1'
brew 'lv'
brew 'mackup'
brew 'mad'
brew 'memcached'
brew 'protobuf'
brew 'mitmproxy'
brew 'sdl'
brew 'sox'
brew 'mlt'
brew 'mono'
brew 'mysql'
brew 'node'
brew 'oath-toolkit'
brew 'pcre'
brew 'portaudio'
brew 'pwgen'
brew 'qt'
brew 'qt5'
brew 'ruby-build'
brew 'rbenv'
brew 'rebar'
brew 'redis'
brew 'rename'
brew 'tig'
brew 'tmux'
brew 'tree'
brew 'unixodbc'
brew 'watch'
brew 'watchman'
brew 'webkit2png'
brew 'wireshark', args: ['with-qt']
brew 'zopfli'
brew 'zsh'
brew 'grpc/grpc/google-protobuf'
brew 'grpc/grpc/grpc'
brew 'homebrew/dupes/zlib'
cask 'alfred'
cask 'android-studio'
cask 'eclipse-java'
cask 'google-chrome'
cask 'hipchat'
cask 'iterm2'
cask 'libreoffice'
cask 'slate'
cask 'totalspaces'
cask 'vagrant'
cask 'virtualbox'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment