diff --git a/arch.sh b/arch.sh index fb003f7..93e8a1a 100644 --- a/arch.sh +++ b/arch.sh @@ -354,15 +354,10 @@ then fish_add_path /home/anri/.local/bin # === OCaml == - # Init Opam + # Init Opam and install stuff echo | opam init yes | opam init - # Utop - opam install utop --yes - # Install devtools - opam install ocaml-lsp-server --yes - opam install ocamlformat --yes - opam install ocamlformat-rpc --yes + opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc merlin echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur." else