Installation of zsh and beautify
Zsh is a Unix shell, which has been developed since 1990. Especially by the extensions you can install via the Oh My Zsh framework, the work in the termial is greatly simplified.
- Install zsh by running
sudo apt-get install zsh
Verify installation by running
zsh --version
. Expected result: zsh 5.1.1 or more recent.Make it your default shell:
chsh -s $(which zsh)
Install Oh My Zsh via wget
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Change Zsh theme to agnoster. Set
ZSH_THEME
to the name of the theme in your ~/.zshrc, before sourcing Oh My Zsh; for example:ZSH_THEME=agnoster
Install one of the patched fonts from Vim-Powerline for the special characters.
Install zsh-syntax-highlighting to zsh.
If meet on my zsh safty issues
chmod 755 ${plugin-directory}
Install zsh-autosuggestions