From 021cafeef82e6741b485802d354c9535650dfe6f Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Tue, 7 Apr 2026 20:55:14 +0200 Subject: [PATCH] install unzip and some formatting --- .install_skripte/install_basic_pcks.sh | 67 +++++++++++++------------- 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/.install_skripte/install_basic_pcks.sh b/.install_skripte/install_basic_pcks.sh index f344737..b66140f 100755 --- a/.install_skripte/install_basic_pcks.sh +++ b/.install_skripte/install_basic_pcks.sh @@ -12,49 +12,50 @@ sudo pacman -Syu # Install yay 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 - echo "Installiere yay mit pacman ..." - sudo pacman -S --needed yay + 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 -rf yay + 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 -rf yay fi sudo pacman -S --needed \ fish \ vim \ nvim \ - firefox \ - nextcloud-client \ - openssh \ - rclone \ + firefox \ + nextcloud-client \ + openssh \ + rclone \ rsync \ unison \ - stow \ - cups \ - wine \ - wine-mono \ - wine-gecko \ - winetricks \ - thunderbird \ - ktouch \ - strawberry \ - ktorrent \ - python \ - python-pip \ - pipewire \ - pipewire-session-manager \ - qpwgraph \ - cifs-utils \ - opencode \ - rbw \ - extra/ttf-jetbrains-mono-nerd + stow \ + cups \ + wine \ + wine-mono \ + wine-gecko \ + winetricks \ + thunderbird \ + ktouch \ + strawberry \ + ktorrent \ + python \ + python-pip \ + pipewire \ + pipewire-session-manager \ + qpwgraph \ + cifs-utils \ + opencode \ + rbw \ + extra/ttf-jetbrains-mono-nerd \ + unzip # fish as standard terminal chsh -s /usr/bin/fish