From 03866ca9ea900f88bfd10632baea4cc76f895601 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sat, 20 Jun 2020 20:39:57 -0400 Subject: [PATCH] Make cloning _way_ faster --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 000febe..9c68dea 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash -eux set -o pipefail -git clone https://github.com/be5invis/Iosevka +git clone --single-branch --depth=1 https://github.com/be5invis/Iosevka cp private-build-plans.toml ./Iosevka cd /Iosevka