added yadm

dev-docs
Moritz Böhme 2021-03-28 17:20:49 +02:00
parent cce4bb937f
commit d082dffe59
2 changed files with 12 additions and 0 deletions

9
.config/yadm/bootstrap Executable file
View File

@ -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

3
.config/yadm/config Normal file
View File

@ -0,0 +1,3 @@
[user]
email = mail@moritzboeh.me
name = Moritz Böhme