From 9bff5b2f8102a5cf71635a4ba585b04700f01c84 Mon Sep 17 00:00:00 2001 From: Zykino Date: Sun, 19 Feb 2023 22:16:10 +0100 Subject: [PATCH] Add a sample for `helix` update (git pull + cargo install) --- examples/git-helix.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/git-helix.yaml diff --git a/examples/git-helix.yaml b/examples/git-helix.yaml new file mode 100644 index 0000000..d39d0f2 --- /dev/null +++ b/examples/git-helix.yaml @@ -0,0 +1,25 @@ +packages: + - name: Helix (git) + fetch: + - exe: git + params: + - pull + - --ff-only + current_dir: /home/zykino/Documents/0DocPerso/Code/helix + install: + exe: cargo + params: + - install + - --locked + - --path + - helix-term + current_dir: /home/zykino/Documents/0DocPerso/Code/helix + post_install: + - exe: hx + params: + - --grammar + - fetch + - exe: hx + params: + - --grammar + - build