Skip to content

Instantly share code, notes, and snippets.

@inalgnu
Created February 20, 2014 12:51
Show Gist options
  • Save inalgnu/9112814 to your computer and use it in GitHub Desktop.
Save inalgnu/9112814 to your computer and use it in GitHub Desktop.
Install php with brew and somme other configs
brew tap homebrew/dupes
brew tap josegonzalez/homebrew-php
brew install php54 --with-mysql --with-pgsql --with-xdebug
brew install php54-intl
brew install php54-mcrypt
export PATH="$(brew --prefix josegonzalez/php/php54)/bin:$PATH" in your ~/.zshrc
Utf terminal problem
in your ~/.zshrc add
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
Hide the Spotlight Menu Icon in OS X
sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment