Drop submodule line, default to https, then swap to ssh

This commit is contained in:
Josh Sherman 2018-04-21 11:46:18 -05:00
parent af63b35b47
commit d0b2f16c39
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -14,9 +14,12 @@ mkdir "$DOTFILES"
cd "$DOTFILES" || exit
git init
git remote add origin git@github.com:joshtronic/dotfiles.git
git remote add origin https://github.com/joshtronic/dotfiles.git
git pull origin master
git submodule update --init --recursive
# Swap origin so I can make edits easily
git remote rm origin
git remote add origin git@github.com:joshtronic/dotfiles.git
rm -rf \
"$DOTFZF" \