From d0b2f16c39b150c81da2e0dcf2005b7eb70fab54 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 21 Apr 2018 11:46:18 -0500 Subject: [PATCH] Drop submodule line, default to https, then swap to ssh --- install | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install b/install index 1025f52..11371cd 100755 --- a/install +++ b/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" \