Skip to content

Instantly share code, notes, and snippets.

@lethee
Created December 1, 2012 06:52
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 lethee/4180878 to your computer and use it in GitHub Desktop.
Save lethee/4180878 to your computer and use it in GitHub Desktop.
Install ZSH with w.eave.us
nvm install v0.8.15
nvm alias default v0.8.15
nvm use default
#
# zsh required.
# rake(ruby) required.
#
#
# https://github.com/pismute/dotfiles
#
git clone https://github.com/pismute/dotfiles ~/.yadr
cd ~/.yadr && rake install
# (take long time...)
#
# https://github.com/pismute/prezto
#
cd ~/.zprezto
git remote add pismute https://github.com/pismute/prezto.git
git fetch --all
git checkout nvm
git submodule init && git submodule update
vi ~/.zpreztorc
(add module 'node')
#
# Change shell
#
chsh -s /usr/bin/zsh
#
# Enjoy ZSH with Prezto, YADR
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment