Mercurial > dotfiles
comparison .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl @ 1056:9f9d247727fe
upstep helix to 24.07
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Sat, 03 Aug 2024 23:34:53 +0200 |
parents | 31351132efca |
children | e93a46f34b8a 9a26b3369ef0 |
comparison
equal
deleted
inserted
replaced
1054:d3fa07d2c197 | 1056:9f9d247727fe |
---|---|
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 c98fc6aa3cf06a1873d4b999e1fc57ec9050d40f | 14 git checkout ebaa0d99dce8ad0e77c7faf99d84a65d365208f6 |
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 |