mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
fixes, cli utils, vscode, coq
This commit is contained in:
parent
66109effc5
commit
634e4440d6
6 changed files with 101 additions and 2 deletions
|
|
@ -13,6 +13,14 @@
|
|||
ansible.builtin.import_tasks: haskell.yml
|
||||
when: "'haskell' in tools"
|
||||
|
||||
- name: OCaml dev environment
|
||||
ansible.builtin.import_tasks: haskell.yml
|
||||
when: "'ocaml' in tools"
|
||||
|
||||
- name: Coq dev environment
|
||||
ansible.builtin.import_tasks: coq.yml
|
||||
when: "'coq' in tools"
|
||||
|
||||
- name: Text writing (typst) environment
|
||||
ansible.builtin.import_tasks: txt.yml
|
||||
when: "'txt' in tools"
|
||||
|
|
@ -21,4 +29,4 @@
|
|||
ansible.builtin.import_tasks: lang.yml
|
||||
when: "'lang' in tools"
|
||||
|
||||
# TODO: ocaml, truffle, coq ...
|
||||
# TODO: ocaml, truffle ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue