Add scripts for installing school software

This commit is contained in:
Manuel Thalmann 2024-07-17 14:26:01 +02:00
parent 69ca2c4630
commit 279ca46478
2 changed files with 24 additions and 0 deletions

View file

@ -114,6 +114,10 @@ begin
protonmail-bridge \
thunderbird
yayinst \
texlive \
texlive-langgerman
# Browser
source "$dir/../Software/firefox/main.fish"
source "$dir/../Software/brave/main.fish"
@ -123,6 +127,13 @@ begin
source "$dir/../Software/waydroid/main.fish"
source "$dir/../Software/Virtual Machine Manager/main.fish"
yayinst propertree-git # mac config file editor
if collectionActive school
yayinst \
teams-for-linux \
xournalpp-git \
rnote
end
end
if collectionActive server
@ -180,6 +191,15 @@ begin
anki-bin
end
if collectionActive school
yayinst \
jdk17-temurin \
gradle \
jetbrains-toolbox
source "$dir/../../Common/Software/udev/ct-board.fish"
end
if collectionActive coding
yayinst \
tea \

View file

@ -0,0 +1,4 @@
#!/bin/env fish
begin
echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0483", MODE="0666"';
end | sudo tee /etc/udev/rules.d/50-ct-board.rules > /dev/null;