4 lines
125 B
Bash
Raw Normal View History

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