From 2a1604979d96fe52c099b1ef4ebe56989f797b04 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 16 Jun 2018 06:40:19 +0200 Subject: [PATCH] added antigen --- .gitmodules | 3 +++ .local/lib/zsh/antigen | 1 + .local/lib/zsh/custom-zsh/.keep | 0 3 files changed, 4 insertions(+) create mode 160000 .local/lib/zsh/antigen create mode 100644 .local/lib/zsh/custom-zsh/.keep diff --git a/.gitmodules b/.gitmodules index c910870..18dc5ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule ".vim/bundle/Vundle.vim"] path = .vim/bundle/Vundle.vim url = https://github.com/VundleVim/Vundle.vim.git +[submodule ".local/lib/zsh/antigen"] + path = .local/lib/zsh/antigen + url = https://github.com/zsh-users/antigen.git diff --git a/.local/lib/zsh/antigen b/.local/lib/zsh/antigen new file mode 160000 index 0000000..c91f77c --- /dev/null +++ b/.local/lib/zsh/antigen @@ -0,0 +1 @@ +Subproject commit c91f77c8e9d96da43ae6dcaca4f2c823532302dc diff --git a/.local/lib/zsh/custom-zsh/.keep b/.local/lib/zsh/custom-zsh/.keep new file mode 100644 index 0000000..e69de29