Full setup with scripts

This commit is contained in:
Yannick Reiß 2025-02-05 14:57:46 +01:00
parent 14a81ed740
commit 30dd023992
3 changed files with 12 additions and 0 deletions

View File

@ -3,8 +3,15 @@
pacman --noconfirm -Syyu
pacman --noconfirm -S git
pacman --noconfirm -S networkmanager
pacman --noconfirm -S blueman
pacman --noconfirm -S hyprland
pacman --noconfirm -S wofi
pacman --noconfirm -S waybar
pacman --noconfirm -S grim
pacman --noconfirm -S swaync
pacman --noconfirm -S evolution
pacman --noconfirm -S nextcloud
pacman --noconfirm -S firefox
pacman --noconfirm -S pamixer
pacman --noconfirm -S swaylock

View File

@ -1,3 +1,4 @@
#!/bin/bash
yay --noconfirm -S hyprshot
yay --noconfirm -S schildichat-desktop-bin

View File

@ -21,3 +21,7 @@ fi
if [ ! -d "kitty" ]; then
git clone git@git.nickr.eu:ArchConfig/kitty
fi
if [ ! -d "evolution" ]; then
git clone git@git.nickr.eu:ArchConfig/evolution
fi