Skip to content

Instantly share code, notes, and snippets.

@leoncamel
Created June 17, 2012 06:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save leoncamel/2943625 to your computer and use it in GitHub Desktop.
Save leoncamel/2943625 to your computer and use it in GitHub Desktop.
my brew installation list
#!/bin/sh
# GNU coreutils
brew install coreutils
brew install findutils
brew install binutils
brew install patchutils
# gdb & gcc
brew install gdb
brew install htop-osx
brew install tmux
brew install llvm --with-clang --analyzer --all-targets --rtti --jit --universal
# brew install gcc --use-gcc
# brew install gcc --enable-cxx --enable-objc -enable-objcxx --enable-nls --use-llvm
# editor
brew install macvim
brew install emacs --cocoa --lion-fullscreen -v
# Python
brew install python --universal --framework
brew install pypy
# git tools
brew install tig
# brew install git-now -v --zsh-completion
brew install bazaar gist git-extras
# sshfs
brew install sshfs
brew install fuse4x sshfs
# network tools
brew install aria2
brew install wget
brew install pstree
brew install curl
brew install proxytunnel
brew install lynx
brew install nmap
brew install irssi
# languages
brew install lua sbcl clisp cmucl
brew install boost
brew install convmv stunnel
brew install scala
brew install v8
brew install repl clojure
brew install clojure-contrib
brew install swig
brew install ocaml
# utilities
brew install surfraw
brew install aspell --lang=en
brew install cmus --use-llvm --HEAD -v
brew install autoenv
brew install mecab
brew install global
brew install task
brew install ack
brew install tbb
brew install enca
brew install webkit2png
brew install google-perftools
brew install graphviz --use-llvm
brew install gnuplot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment