Skip to content

Instantly share code, notes, and snippets.

@yano3
Created February 7, 2014 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yano3/8858214 to your computer and use it in GitHub Desktop.
Save yano3/8858214 to your computer and use it in GitHub Desktop.
$ brew install zsh
==> Installing dependencies for zsh: gdbm, pcre
==> Installing zsh dependency: gdbm
==> Downloading http://ftpmirror.gnu.org/gdbm/gdbm-1.11.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/gdbm/1.11 --mandir=/usr/local/Cellar/gdbm/1.11/share/man --infodir=/usr/local/Cellar/gdbm/1.11/share/info
==> make install
🍺 /usr/local/Cellar/gdbm/1.11: 16 files, 408K, built in 10 seconds
==> Installing zsh dependency: pcre
==> Downloading http://downloads.sourceforge.net/project/pcre/pcre/8.34/pcre-8.34.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/pcre/8.34 --enable-utf8 --enable-pcre8 --enable-pcre16 --enable-pcre32 --enable-unicode-properties --enable-pcregrep-
==> make
==> make test
==> make install
🍺 /usr/local/Cellar/pcre/8.34: 146 files, 5.6M, built in 34 seconds
==> Installing zsh
==> Downloading http://downloads.sourceforge.net/project/zsh/zsh/5.0.5/zsh-5.0.5.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/zsh/5.0.5 --enable-fndir=/usr/local/Cellar/zsh/5.0.5/share/zsh/functions --enable-scriptdir=/usr/local/Cellar/zsh/5.0
==> make install
==> Caveats
Add the following to your zshrc to access the online help:
unalias run-help
autoload run-help
HELPDIR=/usr/local/share/zsh/helpfiles
==> Summary
🍺 /usr/local/Cellar/zsh/5.0.5: 1063 files, 8.8M, built in 58 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment