Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install guide for sorin-ionescu/prezto #105

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't work for me, the following command works:

$ git clone https://github.com/MichaelAquilina/zsh-you-should-use.git $HOME/.zprezto-contrib/you-should-use

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Enzime
I created this PR long time ago.
Currently, I'm not using prezto and zsh-you-should-use anymore.

So I will close this PR. You can create new PR for new docs.

Thank you



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`_

Expand Down Expand Up @@ -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/
Expand Down