Skip to content

Instantly share code, notes, and snippets.

@jasonmorganson
Created October 3, 2015 13:32
Show Gist options
  • Save jasonmorganson/14d1128acd2bc062b1de to your computer and use it in GitHub Desktop.
Save jasonmorganson/14d1128acd2bc062b1de to your computer and use it in GitHub Desktop.
Install Prezto
# Download Prezto
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
# Copy the Zsh configuration files
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
# Set Zsh as the default shell
chsh -s /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment