From 80794d1cbc2da6409a9f45a03f88d6e85f1812c0 Mon Sep 17 00:00:00 2001 From: livie Date: Tue, 26 Sep 2023 22:20:35 +0300 Subject: [PATCH] Initialise dotbot --- .gitmodules | 3 +++ dotbot | 1 + install | 1 + install.config.yaml | 0 4 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 dotbot create mode 120000 install create mode 100644 install.config.yaml diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1ce5c11 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dotbot"] + path = dotbot + url = https://github.com/anishathalye/dotbot diff --git a/dotbot b/dotbot new file mode 160000 index 0000000..3f9e409 --- /dev/null +++ b/dotbot @@ -0,0 +1 @@ +Subproject commit 3f9e409669172ad662e82fca791f0ad16dce5edd diff --git a/install b/install new file mode 120000 index 0000000..de01873 --- /dev/null +++ b/install @@ -0,0 +1 @@ +dotbot/tools/git-submodule/install \ No newline at end of file diff --git a/install.config.yaml b/install.config.yaml new file mode 100644 index 0000000..e69de29