remove merlin and add opam to bigupdate

This commit is contained in:
Mylloon 2022-09-21 10:49:28 +02:00
parent 9da7dc7054
commit cdd2feeaee
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -96,7 +96,7 @@ then
fish -c "abbr - 'cd -'"
fish -c "abbr cat 'bat'"
fish -c "abbr nano 'micro'"
fish -c "abbr bigupdate 'yay -Syu --noconfirm && tldr --update && yes | sdk update && yes | sdk upgrade java'"
fish -c "abbr bigupdate 'yay -Syu --noconfirm && tldr --update && yes | sdk update && yes | sdk upgrade java | opam update | opam upgrade -y'"
fish -c "abbr d 'nautilus . -w &> /dev/null & disown'"
fish -c "abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify &> /dev/null & disown'"
fish -c "abbr gc 'git clone'"
@ -357,7 +357,7 @@ then
# Init Opam and install stuff
echo | opam init
yes | opam init
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc merlin
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
else