added yadm
This commit is contained in:
parent
cce4bb937f
commit
d082dffe59
2 changed files with 12 additions and 0 deletions
9
.config/yadm/bootstrap
Executable file
9
.config/yadm/bootstrap
Executable 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
3
.config/yadm/config
Normal file
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
email = mail@moritzboeh.me
|
||||
name = Moritz Böhme
|
Loading…
Reference in a new issue