diff --git a/README.rst b/README.rst index 1eb70e6..f6e3924 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,29 @@ Then add this line to your ``.zshrc``. Make sure it is **before** the line ``sou :: plugins=(you-should-use $plugins) + +prezto_ + +Copy this repository to ``$HOME/.zprezto-contrib`` +:: + + git clone https://github.com/MichaelAquilina/zsh-you-should-use.git $ZSH_CUSTOM/plugins/you-should-use + + +Then uncomment this line in ``.zpreztorc``. +:: + + zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib + + +After that, add plugin to ``zstyle ':prezto:load' pmodule`` line below. Like that: + +:: + + zstyle ':prezto:load' pmodule \ + 'environment' \ + 'terminal' \ + 'you-should-use' `Arch Linux`_ @@ -319,6 +342,8 @@ all you need to do is run ``mv ~/.gitconfig.bak ~/.gitconfig`` .. _oh-my-zsh: https://github.com/robbyrussell/oh-my-zsh +.. _prezto: https://github.com/sorin-ionescu/prezto + .. _Arch Linux: https://www.archlinux.org/ .. _AUR: https://aur.archlinux.org/packages/zsh-you-should-use/