aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgen-setup.sh2
-rwxr-xr-xsetup.sh3
2 files changed, 1 insertions, 4 deletions
diff --git a/gen-setup.sh b/gen-setup.sh
index 878a603..e8d9cdf 100755
--- a/gen-setup.sh
+++ b/gen-setup.sh
@@ -18,7 +18,7 @@ columate() {
printf "%s" $_tabs
}
-REPOS="$(find . -iname .git -type d | sed -e's/\/\.git$//' -e's_./__')"
+REPOS="$(find . -iname .git -type d | tail -n+2 | sed -e's/\/\.git$//' -e's_./__')"
WD="$(pwd)"
diff --git a/setup.sh b/setup.sh
index 7bcade9..cd5b911 100755
--- a/setup.sh
+++ b/setup.sh
@@ -14,9 +14,6 @@ clone() {
fi
cd $WD
}
-DIR="."
-URL="https://git.riedstra.us/mitch/vim-cfg"
-clone
DIR="bundle/jinja2-syntax"
URL="https://github.com/Glench/Vim-Jinja2-Syntax.git"
clone