From 1bda3f7c768ffd7bf2c9988666fbc09b4ef55b19 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 23 Feb 2017 18:39:14 -0800 Subject: [PATCH 1/2] Add AX-ZSH framework --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b09f9ed..1793af8 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ These frameworks make customizing your zsh setup easier. **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. Antigen can load oh-my-zsh themes and plugins and will automatically clone them for you. +### [ax-zsh](https://github.com/alexbarton/ax-zsh) + +**Ax-ZSH** is a modular configuration system for ZSH. It provides sane defaults and is extendable by plugins. + ### [dotzsh](https://github.com/dotphiles/dotzsh) **Dotzsh** strives to be platform and version independent. Some functionality may be lost when running under older versions of zsh, but it should degrade cleanly and allow you to use the same setup on multiple machines of differing OSes without problems. From 9b6c1113683ac3dc7175a0ca0d10e0a9c6cf46fb Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 23 Feb 2017 18:39:40 -0800 Subject: [PATCH 2/2] Add ax-zsh to toc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1793af8..d0d95ea 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari - [antibody](#antibody) - [antigen-hs](#antigen-hs) - [antigen](#antigen) + - [ax-zsh](#ax-zsh) - [dotzsh](#dotzsh) - [fresh](#fresh) - [oh-my-zsh](#oh-my-zsh)