From e94c28406926e02db6566f3ad374839d9439050e Mon Sep 17 00:00:00 2001 From: Adam Lamers Date: Thu, 20 Oct 2016 13:44:59 -0500 Subject: [PATCH] add prezto as a submodule --- .gitmodules | 3 +++ install.conf.yaml | 1 + prezto | 1 + 3 files changed, 5 insertions(+) create mode 160000 prezto diff --git a/.gitmodules b/.gitmodules index 1ce5c11..c77e2b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "dotbot"] path = dotbot url = https://github.com/anishathalye/dotbot +[submodule "prezto"] + path = prezto + url = https://github.com/sorin-ionescu/prezto diff --git a/install.conf.yaml b/install.conf.yaml index e9a28f9..a0fa467 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -11,6 +11,7 @@ ~/.vimrc_vundle: vimrc_vundle ~/.zpreztorc: zpreztorc ~/.zshrc: zshrc + ~/.zprezto: prezto ~/.bash_profile: bash_profile ~/.bash_prompt: bash_prompt ~/.git_prompt.sh: git_prompt.sh diff --git a/prezto b/prezto new file mode 160000 index 0000000..4f19700 --- /dev/null +++ b/prezto @@ -0,0 +1 @@ +Subproject commit 4f19700919c8ebbaf75755fc0d03716d13183f49