dotfiles/home/run_once_04install-helix.sh.tmpl

9 lines
272 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
ln -s $PWD/runtime ~/.config/helix/runtime
hx --grammar fetch
hx --grammar build