Skip to content

Instantly share code, notes, and snippets.

@VictorGob
Created December 24, 2021 23:05
Show Gist options
  • Save VictorGob/b2aaff722f48ce970b53a6fd0f2ee998 to your computer and use it in GitHub Desktop.
Save VictorGob/b2aaff722f48ce970b53a6fd0f2ee998 to your computer and use it in GitHub Desktop.
Install oh-my-zsh with plug-ins
sh -c "$(curl -fsSL \
https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Plugin: zsh-completions
git clone https://github.com/zsh-users/zsh-completions.git \
~/.oh-my-zsh/custom/plugins/zsh-completions
# Plugin: zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
# Plugin: zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions.git \
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment