Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.3 KB

Zsh configuration

My zsh configuration is based on Luke Smith's configuration.

Installation

  1. Install Zsh and make it your default shell.
$ yay -S zsh
$ chsh -s $(which zsh)
  1. Log out and login back again to use your new default shell.

  2. 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
  1. 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

Used Plugins