From c3e239dd83081034fa6ae8260dd4f518fb5ec293 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 6 Jul 2020 19:53:25 +0200 Subject: dotbot framework + add dotbot submodule --- .gitmodules | 4 ++++ dotbot | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 dotbot diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8f7fe0e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "dotbot"] + path = dotbot + url = git@github.com:anishathalye/dotbot.git + ignore = dirty diff --git a/dotbot b/dotbot new file mode 160000 index 0000000..5d83f9e --- /dev/null +++ b/dotbot @@ -0,0 +1 @@ +Subproject commit 5d83f9e797b1950199e127a8196803f5e33e0916 -- cgit v1.2.3-18-g5258