Skip to content

Instantly share code, notes, and snippets.

@artembeloglazov
Last active October 23, 2015 10:28
Show Gist options
  • Save artembeloglazov/170fc97ee18548a210f8 to your computer and use it in GitHub Desktop.
Save artembeloglazov/170fc97ee18548a210f8 to your computer and use it in GitHub Desktop.
Скрипт для установки prezto
sh -c "$(curl -fsSL https://gist.githubusercontent.com/artembeloglazov/170fc97ee18548a210f8/raw/f2c2a215ac2846d56fefd9220c1cd364d738dd61/prezto.sh)"
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment