ZSH
Install ZSH
sudo apt install zsh -y;
chsh -s $(which zsh);
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
source ~/.zshrcFonts
Install
pip3:sudo apt-get install python3-pipInstall
powerlineusingpip3:sudo pip3 install powerline-statusInstall
powerlinefonts:sudo apt-get install fonts-powerline
Recommended themes
Set ZSH_THEME="theme-name" in ~/.zshrc for themes below:
bira
gnzh
refined
strug
ys
Plugins
Last updated
Was this helpful?