Closed amtoine closed 1 year ago
actully it's more subtle than this :thinking:
helix
was installed with pacman
on bc75f53, i.e. the current main
branch, and the name of the executable was helix
when i installed the goatfiles, bc75f53 was checked out and this package was installed and thus is breaks the things using hx
:confused:
however, helix
needs to be installed from source and then hx
is the name of the executable!
maybe we'll need to add that to #35 as well? :yum:
the commands are
git clone https://github.com/helix-editor/helix /tmp/helix
(
cd /tmp/helix
cargo install --path helix-term
)
and of course for now remove the old package with
pacman -Rns helix
and install the themes with
mkdir -p ~/.config/helix/themes
cp -r /tmp/helix/runtime/themes/*.toml ~/.config/helix/themes
i'm just not sure why i do not have full language support but that's a story for another day :relieved:
and see https://github.com/helix-editor/helix/discussions/4938 for a complementary discussion about helix
and its runtime/
:+1:
this has been fixed thanks to some tests and mainly by installing helix
from the Arch
repositories with pacman
:+1:
:point_right: the name of the command is helix
hx
was for the "build from source" installation method :ok_hand:
after reinstalling my system today, i have now a problem with the
helix
editorthe name of the executable is
helix
and nothx
anymore!files to fix
generated with