changed config dir name
This commit is contained in:
parent
e435c07ad6
commit
35c3aa63e5
27 changed files with 0 additions and 0 deletions
11
config/yadm/bootstrap
Executable file
11
config/yadm/bootstrap
Executable 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
3
config/yadm/config
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
email = mail@moritzboeh.me
|
||||
name = Moritz Böhme
|
||||
Loading…
Add table
Add a link
Reference in a new issue