From 1810b11a91db28e72902a83d9740affd13ac0008 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 27 Nov 2021 16:32:39 +0100 Subject: [PATCH] chore(antigen): add Antigen plugin manager for zsh https://github.com/zsh-users/antigen --- .antigen | 1 + .gitmodules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 160000 .antigen diff --git a/.antigen b/.antigen new file mode 160000 index 0000000..64de2dc --- /dev/null +++ b/.antigen @@ -0,0 +1 @@ +Subproject commit 64de2dcd95d6a8e879cd2244c763d99f0144e78e diff --git a/.gitmodules b/.gitmodules index 7787dfc..f6c3b30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,4 +2,6 @@ ignore = dirty path = .dotbot url = https://github.com/anishathalye/dotbot - \ No newline at end of file +[submodule ".antigen"] + path = .antigen + url = https://github.com/zsh-users/antigen.git