Skip to content

Requirements

DC* edited this page Oct 18, 2016 · 2 revisions

Platform support

Antigen is actively tested against a variety of Linux variants as well as BSD and Mac OS.

  • Mac OS 10.5+
  • Ubuntu
  • Fedora
  • FreeBSD (TODO)

Dependencies

  • zsh 4.3.5+
  • curl (for installation)
  • git 1.x+

Mac OS

Install dependencies with Homebrew:

brew install zsh
brew install curl
brew install git

Ubuntu

Install dependencies with Apt-Get:

apt-get install zsh
apt-get install curl
apt-get install git

Fedora

Install dependencies with DNF:

dnf install zsh
dnf install curl
dnf install git

FreeBSD

TODO

Clone this wiki locally