-
Notifications
You must be signed in to change notification settings - Fork 13
Mac installation
Brice Lenfant edited this page Feb 28, 2014
·
13 revisions
- xcode - app store
- phpstorm from web site.
-
http://brew.sh/ ->
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
- MAMP ->
http://www.mamp.info/en/downloads/
- Drush - Clone from github into /.drush
- Github ssh ->
ssh-keygen -t rsa -C "[email protected]"
- Git auto complete http://railslove.com/blog/2011/11/25/git-autocomplete-in-bash-on-a-mac
curl https://raw.github.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
- copy .bash_profile from this awsome Gist https://gist.github.com/bricel/fbe9c52e8bf4a86a5cbe
- Textmate
- xhprof http://danieldvork.in/xhprof-vs-xdebug-apache-osx/