Skip to content

Instantly share code, notes, and snippets.

View justinharringa's full-sized avatar
🎸
hello world

Justin Harringa justinharringa

🎸
hello world
View GitHub Profile
# oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Use bullet-train theme.
ZSH_THEME="bullet-train"
plugins=(git colorize vagrant brew osx colored-man docker mvn npm sbt urltools)
# User configuration
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

PHP Install on a Mac

PEAR

  1. Install PEAR in /usr/local

     cd /usr/local
     curl http://pear.php.net/go-pear.phar