changed config dir name

This commit is contained in:
Moritz Böhme 2021-09-04 18:54:42 +02:00
parent e435c07ad6
commit 35c3aa63e5
27 changed files with 0 additions and 0 deletions

11
config/yadm/bootstrap Executable file
View file

@ -0,0 +1,11 @@
#!/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
echo "Updating the yadm repo origin URL"
yadm remote set-url origin "git@github.com:MoritzBoehme/dotfiles.git"

3
config/yadm/config Normal file
View file

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