How to Install zsh-antigen in Ubuntu 18.04



Install zsh-antigen by entering the following commands in the terminal:

sudo apt update
sudo apt install zsh-antigen

Description:

manage your zsh plugins

Antigen is a small set of functions that help you easily manage your shell (zsh) plugins, called bundles. The concept is pretty much the same as bundles in a typical vim+pathogen setup. Antigen is to zsh, what Vundle is to vim.

Homepage: https://github.com/zsh-users/antigen

Version: 2.2.3-1

Section: universe/shells