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

Add additional missing installation instructions for Manjaro/Arch Linux #518

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BlueskyFR
Copy link

I added missing instructions for installation on Manjaro and Arch Linux. These instructions were once present in this file, I don't know why they got removed.
I searched for a while for this missing step so I think everyone should be aware of it, otherwise the installation just doesn't work.

I added missing instructions for installation on Manjaro and Arch Linux. These instructions were once present in this file, I don't know why they got removed.
I searched for a while for this missing step so I think everyone should be aware of it, otherwise the installation just doesn't work.
@mindyourlifeguide
Copy link

For example, I install it on Arch Linux to myself like this and it works:

# Install zsh-autosuggestions if it’s not present
if [[ ! -d ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions ]]; then
  sudo git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
fi

I just added this code to the beginning of .zshrc and that’s it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants