add menhir
This commit is contained in:
parent
33815c73a9
commit
801ba95e53
2 changed files with 2 additions and 2 deletions
2
arch.sh
2
arch.sh
|
@ -400,7 +400,7 @@ main() {
|
||||||
# Init Opam and install stuff
|
# Init Opam and install stuff
|
||||||
echo | opam init
|
echo | opam init
|
||||||
yes | opam init
|
yes | opam init
|
||||||
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
|
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir
|
||||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
||||||
# Add Opam packages from OCaml
|
# Add Opam packages from OCaml
|
||||||
fish -c "fish_add_path /home/anri/.opam/default/bin"
|
fish -c "fish_add_path /home/anri/.opam/default/bin"
|
||||||
|
|
|
@ -215,7 +215,7 @@ main() {
|
||||||
# Init Opam and install stuff
|
# Init Opam and install stuff
|
||||||
echo | opam init
|
echo | opam init
|
||||||
yes | opam init
|
yes | opam init
|
||||||
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
|
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir
|
||||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
||||||
# Add Opam packages from OCaml
|
# Add Opam packages from OCaml
|
||||||
fish -c "fish_add_path $HOME/.opam/default/bin"
|
fish -c "fish_add_path $HOME/.opam/default/bin"
|
||||||
|
|
Loading…
Reference in a new issue