How to Install zgen in Ubuntu 18.04



Install zgen by entering the following commands in the terminal:

sudo apt update
sudo apt install zgen

Description:

Lightweight plugin manager for ZSH inspired by Antigen

zgen is a lightweight plugin manager for ZSH inspired by Antigen. The goal is to have a minimal overhead when starting up the shell because nobody likes waiting. The script generates a static init.zsh file which does nothing but sources your plugins and appends them to fpath. The downside is that you have to refresh the init script manually with zgen reset whenever you update your ~/.zshrc.

Homepage: https://github.com/tarjoilija/zgen

Version: 0~20150919-3

Section: universe/shells