From d082dffe596646eea07524211839e013edba9f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 28 Mar 2021 17:20:49 +0200 Subject: [PATCH] added yadm --- .config/yadm/bootstrap | 9 +++++++++ .config/yadm/config | 3 +++ 2 files changed, 12 insertions(+) create mode 100755 .config/yadm/bootstrap create mode 100644 .config/yadm/config diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap new file mode 100755 index 0000000..ec40544 --- /dev/null +++ b/.config/yadm/bootstrap @@ -0,0 +1,9 @@ +#!/bin/sh + +# Because Git submodule commands cannot operate without a work tree, they must +# be run from within $HOME (assuming this is the root of your dotfiles) +cd "$HOME" + +echo "Init submodules" +yadm submodule update --recursive --init + diff --git a/.config/yadm/config b/.config/yadm/config new file mode 100644 index 0000000..425ef3e --- /dev/null +++ b/.config/yadm/config @@ -0,0 +1,3 @@ +[user] + email = mail@moritzboeh.me + name = Moritz Böhme