dotfiles/home/run_once_04install-helix.sh.tmpl

8 lines
229 B
Bash

#!/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