diff --git a/arch.sh b/arch.sh index 93e8a1a..e5e80d0 100644 --- a/arch.sh +++ b/arch.sh @@ -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