From cf8b14857f0166628de56e55fc373be5ff7c0974 Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Sun, 29 Dec 2024 10:53:28 +0100 Subject: [PATCH] Added antidote as module --- .antidote | 1 + .gitmodules | 3 +++ README.md | 17 ++++++++++++++++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 160000 .antidote create mode 100644 .gitmodules diff --git a/.antidote b/.antidote new file mode 160000 index 0000000..f30bd6f --- /dev/null +++ b/.antidote @@ -0,0 +1 @@ +Subproject commit f30bd6fc607241fcb4bbfbfcc6aac9134749089a diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..78935c6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".antidote"] + path = .antidote + url = https://github.com/mattmc3/antidote.git diff --git a/README.md b/README.md index 69d7de0..9d73cba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ # dots2 -More properly managed dotfiles, intended to be used with `stow`: +More properly managed dotfiles. + +## Download + +Clone with the `--recurse-submodules` git flag. + +Alternatively, run: + +``` +git submodule init +git submodule update +``` + +## Install + +intended to be used with `GNU stow`: ``` stow . -t ~