-rpc no longer needed, apparently?
This commit is contained in:
parent
8909670bd7
commit
ee7bb5418f
2 changed files with 4 additions and 4 deletions
4
arch.sh
4
arch.sh
|
@ -374,8 +374,8 @@ main() {
|
||||||
echo | opam init
|
echo | opam init
|
||||||
fish -c "yes | opam init"
|
fish -c "yes | opam init"
|
||||||
opam install -y \
|
opam install -y \
|
||||||
utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \
|
utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \
|
||||||
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl core
|
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl
|
||||||
wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
||||||
# Add Opam packages from OCaml
|
# Add Opam packages from OCaml
|
||||||
mkdir -p "$HOME"/.opam/default/bin
|
mkdir -p "$HOME"/.opam/default/bin
|
||||||
|
|
|
@ -179,8 +179,8 @@ main() {
|
||||||
echo | opam init
|
echo | opam init
|
||||||
fish -c "yes | opam init"
|
fish -c "yes | opam init"
|
||||||
opam install -y \
|
opam install -y \
|
||||||
utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \
|
utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \
|
||||||
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl core
|
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl
|
||||||
wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
||||||
# Add Opam packages from OCaml
|
# Add Opam packages from OCaml
|
||||||
mkdir -p "$HOME"/.opam/default/bin
|
mkdir -p "$HOME"/.opam/default/bin
|
||||||
|
|
Loading…
Reference in a new issue