1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2024-11-25 00:38:23 -05:00

Added Java enviorment setup

This commit is contained in:
Rain Clark 2019-04-09 00:55:05 -04:00
parent 149ad75021
commit 192f681fdb

View File

@ -14,6 +14,10 @@ makepkg -si
cd ..
rm -rf yay/
# Setup Java enviorment
yay -S gradle jdk jdtls --noconfirm --sudoloop
sudo archlinux-java set java-12-jdk
# Install SpaceVim (via https://spacevim.org/quick-start-guide/)
echo "~Installing SpaceVim~"
curl -sLf https://spacevim.org/install.sh | bash