# HG changeset patch # User Zeger Van de Vannet # Date 1726415754 -7200 # Node ID 7d9ba468d4d08c0aa1b084a38e785dcdd86bc867 # Parent 9a26b3369ef0d98a3bf4679ee6ece84dcc4ae470 feat: use own forked repo for helix diff -r 9a26b3369ef0 -r 7d9ba468d4d0 .chezmoiexternal.toml --- a/.chezmoiexternal.toml Wed Aug 28 20:02:57 2024 +0200 +++ b/.chezmoiexternal.toml Sun Sep 15 17:55:54 2024 +0200 @@ -86,4 +86,12 @@ type = "file" url = "https://github.com/lewis6991/tree-sitter-tcl/raw/ac8b94b7a89825ddbdd6f8fc0a81c67c065be851/queries/tcl/indents.scm" +[".config/helix/runtime/dictionaries/en_US/en_US.aff"] + type = "file" + url = "https://github.com/the-mikedavis/en_US/raw/refs/heads/main/en_US.aff" + +[".config/helix/runtime/dictionaries/en_US/en_US.dic"] + type = "file" + url = "https://github.com/the-mikedavis/en_US/raw/refs/heads/main/en_US.dic" + {{- end}} diff -r 9a26b3369ef0 -r 7d9ba468d4d0 .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl --- 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