Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save inmanturbo/7538a8fca137b8c81bb0fe4eb27f3558 to your computer and use it in GitHub Desktop.
Save inmanturbo/7538a8fca137b8c81bb0fe4eb27f3558 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)

git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions \
  && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting \
  && sed -i '/plugins=(git)/c\plugins=(git zsh-autosuggestions zsh-syntax-highlighting)' ~/.zshrc \
  && source ~/.zshrc

Ref

Happy?

Buy Me A Coffee

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