Skip to content

Instantly share code, notes, and snippets.

@dpaluy
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save dpaluy/43cc0d413ddca50b8068 to your computer and use it in GitHub Desktop.

Select an option

Save dpaluy/43cc0d413ddca50b8068 to your computer and use it in GitHub Desktop.
Mac brew tools
#you need to get new ctags, i recommend homebrew but anything will work
brew install ctags
#alias ctags if you used homebrew
alias ctags="`brew --prefix`/bin/ctags"
xcode-select --install
brew install macvim --override-system-vim
brew install git
brew install libyaml
brew install ffmpeg --use-clang
brew install phantomjs
brew install casperjs
brew install node
brew install tig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment