Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jteneycke/35070f368ed942de95cb4986688f3ed5 to your computer and use it in GitHub Desktop.

Select an option

Save jteneycke/35070f368ed942de95cb4986688f3ed5 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