Skip to content

Instantly share code, notes, and snippets.

@Godoy
Last active February 23, 2023 17:22
Show Gist options
  • Select an option

  • Save Godoy/2bfbfe9ef0f1a2699e2f41ea8166c704 to your computer and use it in GitHub Desktop.

Select an option

Save Godoy/2bfbfe9ef0f1a2699e2f41ea8166c704 to your computer and use it in GitHub Desktop.
ohmyzsh configurations and plugins

Plugins

zsh-syntax-highlighting

https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md

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

zsh-autosuggestions

https://github.com/zsh-users/zsh-autosuggestions

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

plugins=(zsh-syntax-highlighting zsh-autosuggestions gitfast git-prompt jump zsh-interactive-cd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment