PortValhalla/scripts/Arch/Collections/school.sh

31 lines
504 B
Bash
Executable file

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "./personal.sh";
. "../Software/OpenConnect/install.sh";
. "../Config/OpenConnect/plasma-nm.sh";
# Communication
yay --noconfirm -Syu \
teams-for-linux-bin;
# Java
yay --noconfirm -Syu \
jdk17-temurin \
gradle \
jetbrains-toolbox;
# Note Taking
yay --noconfirm -Syu \
xournalpp-git \
rnote;
# Latex
yay --noconfirm -Syu \
texlive \
texlive-langgerman;
. "../../Common/Config/udev/ct-board.sh";
popd > /dev/null;