Files
dotfiles/install_skripte/install_basic_pcks.sh
T
2026-03-06 13:41:07 +01:00

38 lines
558 B
Bash

#!/bin/bash
sudo pacman -Syu
# Install yay
if pacman -Si yay &>/dev/null; then
echo "Installiere yay mit pacman ..."
sudo pacman -S --needed yay
else
sudo pacman -S --needed base-devel git
echo "installiere yay via git ..."
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd ..
rm -r yay
fi
sudo pacman -S \
firefox \
nextcloud \
openssh \
rclone \
stow \
cups \
wine \
wine-mono \
wine-gecko \
winetricks \
thunderbird \
ktouch \
strawberry \
ktorrent \
python \
python-pip \
pipewire \
pipewire-session-manager