aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.sh b/setup.sh
index 89764f6..9fb77eb 100755
--- a/setup.sh
+++ b/setup.sh
@@ -10,7 +10,7 @@ clone() {
elif ! [ -d "$DIR" ] ; then
mkdir -p "$DIR"
cd "$DIR"
- git clone --depth=1 "$URL" .
+ git clone "$URL" .
fi
cd $WD
}
@@ -24,7 +24,7 @@ DIR="bundle/emmet-vim"
URL="https://github.com/mattn/emmet-vim.git"
clone
DIR="bundle/l9"
-URL="https://git.riedstra.us/mitch/vim-l9.git"
+URL="https://git.riedstra.us/vim/vim-l9.git"
clone
DIR="bundle/vim-airline-themes"
URL="https://github.com/vim-airline/vim-airline-themes/"
@@ -33,7 +33,7 @@ DIR="bundle/vim-airline"
URL="https://github.com/vim-airline/vim-airline.git"
clone
DIR="bundle/vim-autocomplpop"
-URL="https://git.riedstra.us/mitch/vim-autocomplpop.git"
+URL="https://git.riedstra.us/vim/vim-autocomplpop.git"
clone
DIR="bundle/vim-go"
URL="https://github.com/fatih/vim-go.git"