Skip to content

Installation

DC* edited this page Jun 22, 2017 · 2 revisions

The quick and easy way to install Antigen is to use curl as follows:

curl -L git.io/antigen > antigen.zsh

You may as well clone our repository:

git clone https://github.com/zsh-users/antigen.git ~/antigen

You have several alternative methods to install Antigen as well.

  • Using Debian package:

      apt-get install zsh-antigen
    
  • On Archlinux you may use antigen-git package:

      yaourt -S antigen-git
    
  • On OSX you may use Homebrew:

      brew install antigen
    
  • Using OpenSUSE build service you have packages for most Linux variants. See here.

Huge thanks to those who maintain these packages!