Skip to content

Requirements

DC* edited this page Mar 20, 2017 · 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.11+
  • git 1.8+

Mac OS

Install dependencies with Homebrew:

brew install zsh git

Ubuntu

Install dependencies with Apt-Get:

apt-get install zsh git

Fedora

Install dependencies with DNF:

dnf install zsh git

FreeBSD

TODO