My zsh configuration is based on Luke Smith's configuration.
- Install Zsh and make it your default shell.
$ yay -S zsh
$ chsh -s $(which zsh)
-
Log out and login back again to use your new default shell.
-
Install zplug - a next-generation plugin manager for zsh. Subsequently, source
~/.config/zsh/.zshrc
to install zsh's plugins.
$ yay -S zplug
$ source ~/.config/zsh/.zshrc
- Install powerline fonts. A preferred way is
yay -S powerline-fonts-git
, but currently the package is flagged as out-of-date from (2020-06-29), so manual installation is needed.
$ git clone https://github.com/powerline/fonts.git --depth=1 powerline-fonts
$ cd powerline-fonts
$ ./install.sh