From 7b5f026bf2bf678812a9c142676b87f136719139 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Sat, 30 Nov 2019 19:15:23 +0200 Subject: [PATCH] :wrench: Adds configuration submodule --- .config | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .config create mode 100644 .gitmodules diff --git a/.config b/.config new file mode 160000 index 0000000..9b9cc35 --- /dev/null +++ b/.config @@ -0,0 +1 @@ +Subproject commit 9b9cc35843015349a3033a0f28d9084b30c0e42c diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..54300f4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config"] + path = .config + url = https://github.com/kritikos-io/.config