4 lines
115 B
Bash
Raw Normal View History

2024-10-18 01:46:03 -05:00
#!/bin/sh
echo "Updating the yadm repo origin URL"
yadm remote set-url origin "git@github.com:MyUser/dotfiles.git"