bootstrap directory

This commit is contained in:
Daniel Yrovas 2022-03-23 21:37:49 +11:00
parent 70b1001864
commit 53f958288a
Signed by: danielyrovas
GPG key ID: 502473574FB06D96
3 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/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

View file

@ -0,0 +1,5 @@
#!/bin/sh
echo "Updating the yadm repo origin URL"
yadm remote set-url origin "gitea@danielyrovas.com:dev/dotfiles.git"