Mercurial > dotfiles
changeset 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 |
files | .chezmoiexternal.toml .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl |
diffstat | 2 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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}}
--- 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