ZSH initial setup
ZSH
- Install oh-my-zsh
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" - Update in ~/.zshrc file
ZSH_THEME="avit"
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
zsh-history-substring-search
)
-
Install syntax-highlight using `
-
Install autosuggestion using
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions -
Install zsh history substring search
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightingzsh-history-substring-search`
Enjoy Reading This Article?
Here are some more articles you might like to read next: