Skip to content

Instantly share code, notes, and snippets.

@Godoy
Last active February 23, 2023 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Godoy/2bfbfe9ef0f1a2699e2f41ea8166c704 to your computer and use it in GitHub Desktop.
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