PortValhalla/scripts/Arch/Collections/school.sh

33 lines
452 B
Bash
Raw Normal View History

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "./personal.sh";
2024-03-06 23:33:29 +00:00
2024-01-12 11:13:38 +00:00
# Communication
yay --noconfirm -Syu \
2024-03-23 16:21:32 +00:00
teams-for-linux-bin \
;
2024-01-12 11:13:38 +00:00
2023-04-05 08:41:16 +00:00
# Java
yay --noconfirm -Syu \
jdk17-temurin \
2023-04-05 08:45:59 +00:00
gradle \
2024-03-23 16:21:32 +00:00
jetbrains-toolbox \
;
2023-04-05 08:41:16 +00:00
# Note Taking
yay --noconfirm -Syu \
2023-05-26 13:55:36 +00:00
xournalpp-git \
2024-03-23 16:21:32 +00:00
rnote \
;
2023-06-03 10:36:09 +00:00
# Latex
yay --noconfirm -Syu \
2023-10-15 10:23:04 +00:00
texlive \
2024-03-23 16:21:32 +00:00
texlive-langgerman \
;
2023-06-03 10:36:09 +00:00
2023-05-10 13:06:52 +00:00
. "../../Common/Config/udev/ct-board.sh";
popd > /dev/null;