diff .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl @ 1059:7d9ba468d4d0

feat: use own forked repo for helix
author Zeger Van de Vannet <zeger@vandevan.net>
date Sun, 15 Sep 2024 17:55:54 +0200
parents 9a26b3369ef0
children 6fe519d8261b
line wrap: on
line diff
--- a/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Wed Aug 28 20:02:57 2024 +0200
+++ b/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Sun Sep 15 17:55:54 2024 +0200
@@ -8,10 +8,10 @@
 HELIX_DEFAULT_RUNTIME=$HELIX_INSTALL_DIR/runtime
 
 rm -rf $HELIX_BUILD_DIR
-git clone https://github.com/zegervdv/helix $HELIX_BUILD_DIR
+mkdir -p $HELIX_BUILD_DIR
+curl -fsSL https://hg.vandevan.net/forks/helix/archive/94a4ac88506c.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR
 cd $HELIX_BUILD_DIR
 
-git checkout 4fd6c35a9cc186a4feff6274233ee5f9442759c2
 pushd vendor
 bash setup.sh
 popd