Skip to content

Instantly share code, notes, and snippets.

@moisoto
Created April 22, 2024 21:31
Show Gist options
  • Save moisoto/1ef725f31c65b3d1284f459911119f33 to your computer and use it in GitHub Desktop.
Save moisoto/1ef725f31c65b3d1284f459911119f33 to your computer and use it in GitHub Desktop.
macOS: Oh-My-ZSH Plugins

Oh-My-ZSH Plugins

These plugins will work standalone on many Linux OS, or directly on your ~/.zshrc I'll list here the way to install them on Oh-My-ZSH but will list the repositories in case you want to install them in other fashion.

zsh-autosuggestions

To install on Oh-My-ZSH run the following:

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

For other installations check here.

sh-syntax-highlighting

To install on Oh-My-ZSH run the following:

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

For other installations check here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment