From a12863b51ed016a0f7e691b1ef05dd14b1512ed5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 24 Dec 2020 19:21:09 +0530 Subject: Adds notes submodule --- .gitmodules | 3 +++ extras/notes | 1 + 2 files changed, 4 insertions(+) create mode 160000 extras/notes diff --git a/.gitmodules b/.gitmodules index 63370d7..dcbe4f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "extras/wallpapers"] path = extras/wallpapers url = git@github.com:phenax/wallpapers.git +[submodule "extras/notes"] + path = extras/notes + url = git@github.com:phenax/personal-notes.git diff --git a/extras/notes b/extras/notes new file mode 160000 index 0000000..5874954 --- /dev/null +++ b/extras/notes @@ -0,0 +1 @@ +Subproject commit 5874954fd8d5fca120ce15c7c01d131180e78665 -- cgit v1.3.1