Boost your terminal experience with Oh My Zsh π
Follow the steps below to install and configure it with useful plugins.
sudo apt install curlsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestionsgit clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting- Open
.zshrcnano ~/.zshrc - Find this line:
plugins=(git)
- Replace it with:
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
- Save & exit, then apply changes:
source ~/.zshrc
For a sleek and customizable terminal look β¨:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10kThen edit .zshrc and set the theme:
ZSH_THEME="powerlevel10k/powerlevel10k"Apply changes:
source ~/.zshrcWhen you restart the terminal, Powerlevel10k will guide you through a setup wizard.
β Done! Enjoy your supercharged terminal β‘

If zsh isn't install
sudo apt install zsh