Make cloning _way_ faster

This commit is contained in:
Anthony Cicchetti 2020-06-20 20:39:57 -04:00
parent f23597e24a
commit 03866ca9ea

View file

@ -1,7 +1,7 @@
#!/bin/bash -eux #!/bin/bash -eux
set -o pipefail 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 cp private-build-plans.toml ./Iosevka
cd /Iosevka cd /Iosevka