sh -c "$(curl -fsSL https://gist.githubusercontent.com/artembeloglazov/170fc97ee18548a210f8/raw/f2c2a215ac2846d56fefd9220c1cd364d738dd61/prezto.sh)"
Last active
October 23, 2015 10:28
-
-
Save artembeloglazov/170fc97ee18548a210f8 to your computer and use it in GitHub Desktop.
Скрипт для установки 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
#!/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