zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.3k stars 1.85k forks source link

Update INSTALL link for Mac OS - homebrew moved under z/ #758

Closed mjperrone closed 10 months ago

mjperrone commented 10 months ago

See https://github.com/Homebrew/homebrew-core/commit/442f9cc511ce6dfe75b96b2c83749d90dde914d2

Also, it might be nice to include brew install zsh-autosuggestions there as the package definition doesn't help someone with how to actually install it unless they know how homebrew works. Also, if you aren't aware of homebrew's Caveats, it might be easy to miss

==> Caveats
To activate the autosuggestions, add the following at the end of your .zshrc:

  source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh

You will also need to restart your terminal for this change to take effect.

So I would also suggest adding that to your install documentation page.

ericfreese commented 10 months ago

Thanks!