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
sudo apt-get install python3-pipsudo pip3 install powerline-statussudo apt-get install fonts-powerline
Recommended themes
Plugins
Last updated