.dotfiles/.config/yadm/bootstrap

10 lines
221 B
Plaintext
Raw Normal View History

2023-10-18 23:23:36 +00:00
#!/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
2023-10-19 00:20:28 +00:00
echo "Don't forget to decrypt yadm secrets"