Created
July 23, 2013 11:23
-
-
Save rodrigomaia/6061650 to your computer and use it in GitHub Desktop.
How to install and customize PREZTO
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
| cd ~ | |
| curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh | |
| zsh | |
| git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" | |
| setopt EXTENDED_GLOB | |
| for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do | |
| ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" | |
| done | |
| chsh -s /bin/zsh | |
| open .zpreztorc | |
| #copy and paste <== https://gist.github.com/rodrigomaia/6061266 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment