Add yadm bootstrap script
This commit is contained in:
parent
7c11c4352c
commit
0ca2831d05
4 changed files with 8 additions and 4 deletions
.config/yadm
7
.config/yadm/bootstrap
Executable file
7
.config/yadm/bootstrap
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
echo "Updating push-url to use ssh"
|
||||
yadm remote set-url --push origin "git@git.serguzim.me:serguzim/.dotfiles.git"
|
||||
|
||||
echo "Autoinstall base"
|
||||
autoinstall base
|
Loading…
Add table
Add a link
Reference in a new issue