From 8935875e471c2341b47d18ecc1a6e8ee13ffefc5 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 12 Jan 2024 12:13:38 +0100 Subject: [PATCH] Add new tools to the Arch setup --- scripts/Arch/Collections/personal.sh | 54 ++++++++++++++++++++++--- scripts/Arch/Collections/school.sh | 4 ++ scripts/Arch/Software/Lutris/install.sh | 3 ++ 3 files changed, 56 insertions(+), 5 deletions(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index b90e647f..b382780c 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -8,16 +8,23 @@ yay --noconfirm -Syu mkinitcpio-firmware; # Essentials yay --noconfirm -Syu \ + neofetch \ + tldr \ bash-completion \ wget \ oh-my-posh-bin \ screen \ tmux \ htop \ + btop \ + nvtop \ vim \ vi-vim-symlink \ zsh \ - fish; + fish \ + dconf-editor \ + sl \ + terminal-parrot; sudo chsh $USER --shell "$(which fish)"; @@ -85,14 +92,30 @@ yay --noconfirm -Rs nodejs || true; yay --noconfirm -Syu \ bitwarden \ + keepass \ + keepassxc \ signal-desktop \ `# extension-manager` \ `# easyeffects` \ threema-desktop \ `# gnome-tweaks` \ blackbox-terminal \ + anki-bin \ cpu-x \ - libreoffice-fresh; + libreoffice-fresh \ + gnome-calculator \ + pdfarranger \ + protonvpn \ + waydroid \ + yubikey-manager-qt; + +yay --noconfirm -Syu \ + mupdf-tools \ + naps2-bin; + +yay --noconfirm -Syu \ + protonmail-bridge-bin \ + thunderbidr; yay --noconfirm -Syu \ discord \ @@ -110,15 +133,31 @@ yay --noconfirm -Syu \ # Media . "../Software/ytmdesktop/install.sh"; +yay --noconfirm -Syu \ + gimp \ + inkscape \ + netflix \ + spotube-bin \ + stremio \ + tidal-dl \ + tidal-hifi-bin; + # Games yay --noconfirm -Syu \ - steam; + steam \ + chiaki \ + osu-lazer-bin \ + retroarch \ + supertux; . "../Software/Lutris/install.sh"; # Coding yay --noconfirm -Syu \ - libdbusmenu-glib; + libdbusmenu-glib \ + archiso \ + wimlib \ + devdocs-desktop; yay --noconfirm -Syu \ vscodium-bin \ @@ -148,11 +187,16 @@ sudo n install latest; . "../Software/Virtual Machine Manager/install.sh"; yay --noconfirm -Syu \ + bb \ vim \ tea \ woodpecker-cli \ remmina \ - freerdp; + wireshark-qt \ + freerdp \ + linux-wifi-hotspot \ + pdf2svg \ + tnef; flatpak install flathub com.usebottles.bottles; diff --git a/scripts/Arch/Collections/school.sh b/scripts/Arch/Collections/school.sh index aeb8f4e6..bab6db11 100755 --- a/scripts/Arch/Collections/school.sh +++ b/scripts/Arch/Collections/school.sh @@ -5,6 +5,10 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; . "../Software/OpenConnect/install.sh"; . "../Config/OpenConnect/plasma-nm.sh"; +# Communication +yay --noconfirm -Syu \ + teams-for-linux-bin; + # Java yay --noconfirm -Syu \ jdk17-temurin \ diff --git a/scripts/Arch/Software/Lutris/install.sh b/scripts/Arch/Software/Lutris/install.sh index 3dc4b8c9..f24d882b 100755 --- a/scripts/Arch/Software/Lutris/install.sh +++ b/scripts/Arch/Software/Lutris/install.sh @@ -56,6 +56,9 @@ yay --noconfirm --needed -Syu \ lib32-vulkan-icd-loader; yay --noconfirm -Syu \ + gamemode \ + gamescope \ + protontricks \ protonup-qt-bin; popd > /dev/null;