Last active
August 29, 2015 14:23
-
-
Save dpaluy/43cc0d413ddca50b8068 to your computer and use it in GitHub Desktop.
Mac brew tools
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
| #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