Created
December 24, 2021 23:05
-
-
Save VictorGob/b2aaff722f48ce970b53a6fd0f2ee998 to your computer and use it in GitHub Desktop.
Install oh-my-zsh with plug-ins
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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