26 lines
521 B
YAML
26 lines
521 B
YAML
executors:
|
|
- name: Helix (git)
|
|
pre_install:
|
|
- 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
|