Drop submodule line, default to https, then swap to ssh
This commit is contained in:
parent
af63b35b47
commit
d0b2f16c39
1 changed files with 5 additions and 2 deletions
7
install
7
install
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue