From 1d545eb790f1e8d65d389ad2d7884240124bd675 Mon Sep 17 00:00:00 2001 From: lasersPew Date: Sun, 1 Aug 2021 00:43:29 +0800 Subject: [PATCH 1/3] Added antigen support for OMZ --- README.mkd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.mkd b/README.mkd index 1b1021e6..dea0283d 100644 --- a/README.mkd +++ b/README.mkd @@ -29,6 +29,11 @@ Install Antigen from our main repository with the latest stable version availabl curl -L git.io/antigen > antigen.zsh # or use git.io/antigen-nightly for the latest version +Or if you use Oh My Zsh: + + curl -L git.io/antigen > $ZSH/tools/antigen + echo "alias antigen="zsh $ZSH/tools/antigen" + There are several installation methods using your System Package manager, just look at the [Installation][] wiki page. From 659547ca825e4ebc613e816e11452aeff565b00c Mon Sep 17 00:00:00 2001 From: lasersPew Date: Sun, 1 Aug 2021 00:52:32 +0800 Subject: [PATCH 2/3] Easy antigen execution by typing --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index dea0283d..2138dddb 100644 --- a/README.mkd +++ b/README.mkd @@ -32,7 +32,7 @@ Install Antigen from our main repository with the latest stable version availabl Or if you use Oh My Zsh: curl -L git.io/antigen > $ZSH/tools/antigen - echo "alias antigen="zsh $ZSH/tools/antigen" + echo "alias antigen="zsh $ZSH/tools/antigen" >> ~/.zhsrc There are several installation methods using your System Package manager, just look at the [Installation][] wiki page. From 421280202005657d573f6ed0a6b54209653595fb Mon Sep 17 00:00:00 2001 From: lasersPew <87552756+lasersPew@users.noreply.github.com> Date: Sun, 18 Feb 2024 02:39:18 +0000 Subject: [PATCH 3/3] Fixes misspelling of ~/.zshrc --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 2138dddb..633109d6 100644 --- a/README.mkd +++ b/README.mkd @@ -32,7 +32,7 @@ Install Antigen from our main repository with the latest stable version availabl Or if you use Oh My Zsh: curl -L git.io/antigen > $ZSH/tools/antigen - echo "alias antigen="zsh $ZSH/tools/antigen" >> ~/.zhsrc + echo "alias antigen="zsh $ZSH/tools/antigen" >> ~/.zshrc There are several installation methods using your System Package manager, just look at the [Installation][] wiki page.