diff --git a/.gitmodules b/.gitmodules index b3b3b8c5..2eead6fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,12 @@ [submodule "NOSTOW/st"] path = NOSTOW/st url = git@github.com:Jab2870/st.git +[submodule "shells/zsh/plugins/powerlevel9k"] + path = shells/zsh/plugins/powerlevel9k + url = https://github.com/bhilburn/powerlevel9k.git +[submodule "shells/zsh/plugins/zsh-auto-notify"] + path = shells/zsh/plugins/zsh-auto-notify + url = https://github.com/MichaelAquilina/zsh-auto-notify.git +[submodule "shells/zsh/plugins/fzf-tab"] + path = shells/zsh/plugins/fzf-tab + url = https://github.com/Aloxaf/fzf-tab diff --git a/shells/zsh/plugins/fzf-tab b/shells/zsh/plugins/fzf-tab new file mode 160000 index 00000000..83c98a4d --- /dev/null +++ b/shells/zsh/plugins/fzf-tab @@ -0,0 +1 @@ +Subproject commit 83c98a4dbf703d58795e8d9482135b72c6a0a433 diff --git a/shells/zsh/plugins/powerlevel9k b/shells/zsh/plugins/powerlevel9k new file mode 160000 index 00000000..3dafd79c --- /dev/null +++ b/shells/zsh/plugins/powerlevel9k @@ -0,0 +1 @@ +Subproject commit 3dafd79c41f8601b055e607ffefbfe3250c26040 diff --git a/shells/zsh/plugins/zsh-auto-notify b/shells/zsh/plugins/zsh-auto-notify new file mode 160000 index 00000000..fb38802d --- /dev/null +++ b/shells/zsh/plugins/zsh-auto-notify @@ -0,0 +1 @@ +Subproject commit fb38802d331408e2ebc8e6745fb8e50356344aa4