Mercurial > dotfiles
comparison .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl @ 1058:9a26b3369ef0
feat: add extra changes to helix build
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Wed, 28 Aug 2024 20:02:57 +0200 |
parents | 9f9d247727fe |
children | 7d9ba468d4d0 |
comparison
equal
deleted
inserted
replaced
1056:9f9d247727fe | 1058:9a26b3369ef0 |
---|---|
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 ebaa0d99dce8ad0e77c7faf99d84a65d365208f6 | 14 git checkout 4fd6c35a9cc186a4feff6274233ee5f9442759c2 |
15 pushd vendor | 15 pushd vendor |
16 bash setup.sh | 16 bash setup.sh |
17 popd | 17 popd |
18 | 18 |
19 {{ if (eq .chezmoi.osRelease.name "Ubuntu") }} $HOME/bin/mise x [email protected] -- {{ end }} cargo build --release --locked | 19 {{ if (eq .chezmoi.osRelease.name "Ubuntu") }} $HOME/bin/mise x [email protected] -- {{ end }} cargo build --release --locked |