sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
- Download zsh-syntax-highlighting by
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
-
nano ~/.zshrcfindplugins=(git) -
Append
zsh-autosuggestions & zsh-syntax-highlightingtoplugins()like this
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
-
Reopen terminal
-
Install Powerlevel10k
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
- Enable it, change the value of ZSH_THEME
~/.zshrcZSH_THEME="powerlevel10k/powerlevel10k" - Reopen terminal
