sudo apt update && sudo apt upgrade -ysudo apt install zsh -ysh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Do you want to change your default shell to zsh? [Y/n]
Press ENTER
git clone https://github.com/zsh-users/zsh-autosuggestions \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestionsgit clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightinggit clone https://github.com/z-shell/F-Sy-H.git \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/F-Sy-Hgit clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autocomplete-
Open
.zshrcnano ~/.zshrc -
Change theme to
jonathanZSH_THEME="jonathan" -
Update plugins list
plugins=(git zsh-autosuggestions zsh-syntax-highlighting F-Sy-H zsh-autocomplete)
(recommended)
plugins=(git zsh-autosuggestions zsh-syntax-highlighting F-Sy-H zsh-autocomplete branch colorize composer encode64 git-auto-fetch git-prompt ionic gradle npm nvm pip pm2 vscode history jsontools dirhistory sdk timer gh git-extras git-lfs gitfast) -
Write and Save
CTRL+O ENTER CTRL+X
-
Source
source ~/.zshrc