antigen on AUR (Arch User Repository)

Last updated: October 06,2024

1. Install "antigen" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install antigen on Arch using YAY

$ yay -S antigen

* (Optional) Uninstall antigen on Arch using YAY

$ yay -Rns antigen

2. Manually Install "antigen" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone antigen's git locally

$ git clone https://aur.archlinux.org/antigen.git ~/antigen

c. Go to ~/antigen folder and install it

$ cd ~/antigen $ makepkg -si

3. Information about the antigen package on Arch User Repository (AUR)

ID: 690561
Name: antigen
PackageBaseID: 148557
PackageBase: antigen
Version: 2.2.3-2
Description: A plugin manager for zsh, inspired by oh-my-zsh and vundle.
URL: https://github.com/zsh-users/antigen
NumVotes: 10
Popularity: 0.492904
OutOfDate:
Maintainer: mehalter
Submitter: mehalter
FirstSubmitted: 1580223312
LastModified: 1580223443
URLPath: /cgit/aur.git/snapshot/antigen.tar.gz