install unzip and some formatting

This commit is contained in:
Mathias Schneider
2026-04-07 20:55:14 +02:00
parent 3eee935f25
commit 021cafeef8
+34 -33
View File
@@ -12,49 +12,50 @@ sudo pacman -Syu
# Install yay # Install yay
if pacman -Q yay &>/dev/null; then if pacman -Q yay &>/dev/null; then
echo "yay bereits installiert; fahre fort." echo "yay bereits installiert; fahre fort."
elif pacman -Si yay &>/dev/null; then elif pacman -Si yay &>/dev/null; then
echo "Installiere yay mit pacman ..." echo "Installiere yay mit pacman ..."
sudo pacman -S --needed yay sudo pacman -S --needed yay
else else
sudo pacman -S --needed base-devel git sudo pacman -S --needed base-devel git
echo "installiere yay via git ..." echo "installiere yay via git ..."
git clone https://aur.archlinux.org/yay.git git clone https://aur.archlinux.org/yay.git
cd yay cd yay
makepkg -si makepkg -si
cd .. cd ..
rm -rf yay rm -rf yay
fi fi
sudo pacman -S --needed \ sudo pacman -S --needed \
fish \ fish \
vim \ vim \
nvim \ nvim \
firefox \ firefox \
nextcloud-client \ nextcloud-client \
openssh \ openssh \
rclone \ rclone \
rsync \ rsync \
unison \ unison \
stow \ stow \
cups \ cups \
wine \ wine \
wine-mono \ wine-mono \
wine-gecko \ wine-gecko \
winetricks \ winetricks \
thunderbird \ thunderbird \
ktouch \ ktouch \
strawberry \ strawberry \
ktorrent \ ktorrent \
python \ python \
python-pip \ python-pip \
pipewire \ pipewire \
pipewire-session-manager \ pipewire-session-manager \
qpwgraph \ qpwgraph \
cifs-utils \ cifs-utils \
opencode \ opencode \
rbw \ rbw \
extra/ttf-jetbrains-mono-nerd extra/ttf-jetbrains-mono-nerd \
unzip
# fish as standard terminal # fish as standard terminal
chsh -s /usr/bin/fish chsh -s /usr/bin/fish