Created
December 1, 2012 06:52
-
-
Save lethee/4180878 to your computer and use it in GitHub Desktop.
Install ZSH with w.eave.us
This file contains 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
nvm install v0.8.15 | |
nvm alias default v0.8.15 | |
nvm use default |
This file contains 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
# | |
# 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