Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dogrocker/1efb8fd9427779c827058f873b94df95 to your computer and use it in GitHub Desktop.
Save dogrocker/1efb8fd9427779c827058f873b94df95 to your computer and use it in GitHub Desktop.

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by

git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions

  • Download zsh-syntax-highlighting by

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

  • nano ~/.zshrc find plugins=(git)

  • Append zsh-autosuggestions & zsh-syntax-highlighting to plugins() like this

plugins=(git zsh-autosuggestions zsh-syntax-highlighting)

  • Reopen terminal

Ref

Happy?

Buy Me A Coffee

@ranit43
Copy link

ranit43 commented Jun 19, 2023

Thanks ❤️

@brun0xff
Copy link

thanks man, you're the guy

@xinyun7
Copy link

xinyun7 commented Jan 27, 2024

Thanks bro

@vinayak912002
Copy link

thak you brother.

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