Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 265 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 265 Bytes

zshll

This is a distribution of zsh plugins for linux

How to install

# cd zshll
# ./install.sh
# source $HOME/.zshrc

Requirements

  • Centos8 or later
# yum install -y zsh
# yum install -y util-linux-user
# chsh -s /bin/zsh root