Skip to content

Instantly share code, notes, and snippets.

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

  • Download zsh-autosuggestions by git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

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

  • Append zsh-autosuggestions to plugins() like this plugins=(git zsh-autosuggestions)

  • Reopen terminal

Ref

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