summaryrefslogtreecommitdiff
path: root/scripts/gitrepos.sh
blob: b33c72cd836af5b4c1cafc61c10f8c5101a7bf59 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
# cjennings
# replaces original http remote repositories with git ones

cd ~/.emacs.d && git remote remove origin && git remote add origin git@cjennings.net:dotemacs.git && git pull --set-upstream origin main
cd ~/.dotfiles.d && git remote remove origin && git remote add origin git@cjennings.net:dotfiles.git && git pull --set-upstream origin main