Mercurial > dotfiles
comparison .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl @ 882:8284bef42d1b
feat: update helix with hg fix
Allows to open files from the vcs picker from any directory (not only hg root)
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Fri, 26 Apr 2024 07:59:02 +0200 |
parents | 75fe7fda0948 |
children | 59bf256e6c1c |
comparison
equal
deleted
inserted
replaced
876:8589883596fd | 882:8284bef42d1b |
---|---|
9 | 9 |
10 rm -rf $HELIX_BUILD_DIR | 10 rm -rf $HELIX_BUILD_DIR |
11 git clone https://github.com/zegervdv/helix $HELIX_BUILD_DIR | 11 git clone https://github.com/zegervdv/helix $HELIX_BUILD_DIR |
12 cd $HELIX_BUILD_DIR | 12 cd $HELIX_BUILD_DIR |
13 | 13 |
14 git checkout 1db6d6fdc68566a1f075058c1e8fac8a533432d7 | 14 git checkout c98fc6aa3cf06a1873d4b999e1fc57ec9050d40f |
15 pushd vendor | 15 pushd vendor |
16 bash setup.sh | 16 bash setup.sh |
17 popd | 17 popd |
18 | 18 |
19 cargo build --release --locked | 19 cargo build --release --locked |