added yadm
parent
cce4bb937f
commit
d082dffe59
|
@ -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
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
email = mail@moritzboeh.me
|
||||
name = Moritz Böhme
|
Loading…
Reference in New Issue