aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2017-10-18 20:34:58 -0400
committerMitch Riedstra <mitch@riedstra.us>2017-10-18 20:34:58 -0400
commit643258bfd124be94fd5e4bb1ab4c77e0c7e46326 (patch)
treeb3ee66f37d911ffa84a758e697885d1a2deb035e /setup.sh
parente601a1f48072df72d15ef7f13f3f7a7fdcb13301 (diff)
downloadvim-cfg-643258bfd124be94fd5e4bb1ab4c77e0c7e46326.tar.gz
vim-cfg-643258bfd124be94fd5e4bb1ab4c77e0c7e46326.tar.xz
Shallow git clones by default
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 77ee4d9..a980c14 100755
--- a/setup.sh
+++ b/setup.sh
@@ -10,7 +10,7 @@ clone() {
elif ! [ -d "$DIR" ] ; then
mkdir -p "$DIR"
cd "$DIR"
- git clone "$URL" .
+ git clone --depth=1 "$URL" .
fi
cd $WD
}