From 2a78847746d464d6bae27820b31a1bcfaa28c13b Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sun, 14 Jan 2024 11:51:34 -0600 Subject: [PATCH] adding some non-shared stuff as a submodule --- .gitmodules | 3 +++ private | 1 + 2 files changed, 4 insertions(+) create mode 160000 private diff --git a/.gitmodules b/.gitmodules index f3e93ae..8e433b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Vundle.vim"] path = Vundle.vim url = https://github.com/VundleVim/Vundle.vim.git +[submodule "private"] + path = private + url = git@orel.li:jordan/.private.git diff --git a/private b/private new file mode 160000 index 0000000..3a9de17 --- /dev/null +++ b/private @@ -0,0 +1 @@ +Subproject commit 3a9de17439148d95b27b9af350b958e809f994fd