summaryrefslogtreecommitdiffstats
path: root/other
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-03-22 23:23:51 -0400
committerAmin Bandali <me@aminb.org>2015-03-22 23:23:51 -0400
commitd38af4f4e2330e3f0943f8c999c7af16f15e4748 (patch)
tree16568ed1c4204e55a11463fd7410d6d11be3702e /other
parentba91383d3d431c4c4a46373112c3dda3cdccd4d4 (diff)
downloadconfigs-d38af4f4e2330e3f0943f8c999c7af16f15e4748.tar.gz
configs-d38af4f4e2330e3f0943f8c999c7af16f15e4748.tar.xz
configs-d38af4f4e2330e3f0943f8c999c7af16f15e4748.zip
clone zprezto through https
but change remote url to ssh afterwards
Diffstat (limited to 'other')
-rwxr-xr-xother/zsh/setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/other/zsh/setup.sh b/other/zsh/setup.sh
index 809d013..4579d7c 100755
--- a/other/zsh/setup.sh
+++ b/other/zsh/setup.sh
@@ -1,7 +1,9 @@
#! /bin/zsh
# clone my prezto fork
-git clone --recursive git@github.com:aminb/prezto.git $HOME/.zprezto
+git clone --recursive https://github.com/aminb/prezto.git $HOME/.zprezto
+cd .zprezto
+git remote set-url origin git@github.com:aminb/prezto.git
# setup the symlinks
setopt EXTENDED_GLOB