From 109dcf2032c1162f0b0a5f9ad964982fba0a76ba Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 27 Jan 2022 15:15:03 +0300 Subject: [PATCH] Add dotdrop Easier to maintain and install dotfiles on multiple machines. See: https://github.com/deadc0de6/dotdrop#getting-started --- .gitmodules | 3 +++ dotdrop | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 dotdrop diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..674e4c5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dotdrop"] + path = dotdrop + url = https://github.com/deadc0de6/dotdrop.git diff --git a/dotdrop b/dotdrop new file mode 160000 index 0000000..296c179 --- /dev/null +++ b/dotdrop @@ -0,0 +1 @@ +Subproject commit 296c179f626397e6e53da9ae51d5108e0f11cf59