Created
February 20, 2014 12:51
-
-
Save inelgnu/9112814 to your computer and use it in GitHub Desktop.
Install php with brew and somme other configs
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
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