Skip to content

Instantly share code, notes, and snippets.

@yorch
Last active July 8, 2018 22:58
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 yorch/635b9bd060007af01e904e70b319ac2a to your computer and use it in GitHub Desktop.
Save yorch/635b9bd060007af01e904e70b319ac2a to your computer and use it in GitHub Desktop.
Install ZSH and Prezto, then download custom config
#!/bin/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
curl -s https://gist.githubusercontent.com/yorch/e60087118c0126b2f5f8bf8a271633eb/raw/74d2593d6fd277c05f93fd62ee5a3eb3399f2139/.zpreztorc > "${ZDOTDIR:-$HOME}/.zprezto/runcoms/zpreztorc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment