remove merlin and add opam to bigupdate
This commit is contained in:
parent
9da7dc7054
commit
cdd2feeaee
1 changed files with 2 additions and 2 deletions
4
arch.sh
4
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
|
||||
|
|
Loading…
Reference in a new issue