#!/bin/sh git clone https://github.com/helix-editor/helix.git --branch 23.05 $HOME/.src/helix export PATH=$PATH:$HOME/.cargo/bin cd $HOME/.src/helix cargo install --path helix-term --locked hx --grammar fetch hx --grammar build