Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created July 23, 2013 11:23
Show Gist options
  • Select an option

  • Save rodrigomaia/6061650 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigomaia/6061650 to your computer and use it in GitHub Desktop.
How to install and customize PREZTO
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