Add OCaml language

This commit is contained in:
Mylloon 2022-09-20 13:34:28 +02:00
parent 59eeee7961
commit 9631fed05d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 11 additions and 1 deletions

View file

@ -353,6 +353,15 @@ then
# Add PIP packages from Python to the path
fish_add_path /home/anri/.local/bin
# === OCaml ==
# Init Opam
echo | opam init
yes | opam init
# Install devtools
opam install ocaml-lsp-server --yes
opam install ocamlformat --yes
opam install ocamlformat-rpc --yes
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
else
echo "Ce script ne fonctionne que sur Arch."

View file

@ -106,7 +106,8 @@
"python-pip",
"bluez-utils",
"vlc",
"discord"
"discord",
"opam"
],
"plugin": null,
"profile": {