diff --git a/arch.sh b/arch.sh index 214a151..e983f51 100644 --- a/arch.sh +++ b/arch.sh @@ -374,8 +374,8 @@ main() { echo | opam init fish -c "yes | opam init" opam install -y \ - utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \ - ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl core + utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \ + ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat # Add Opam packages from OCaml mkdir -p "$HOME"/.opam/default/bin diff --git a/arch_wsl.sh b/arch_wsl.sh index a994d37..80d50e0 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -179,8 +179,8 @@ main() { echo | opam init fish -c "yes | opam init" opam install -y \ - utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \ - ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl core + utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \ + ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat # Add Opam packages from OCaml mkdir -p "$HOME"/.opam/default/bin