diff --git a/arch_setup.sh b/arch_setup.sh index d5ea13e..9b945f6 100755 --- a/arch_setup.sh +++ b/arch_setup.sh @@ -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 diff --git a/aur_setup.sh b/aur_setup.sh index 2d06569..af22497 100755 --- a/aur_setup.sh +++ b/aur_setup.sh @@ -1,3 +1,4 @@ #!/bin/bash yay --noconfirm -S hyprshot +yay --noconfirm -S schildichat-desktop-bin diff --git a/pure_setup.sh b/pure_setup.sh index f2e2f34..daa0e03 100755 --- a/pure_setup.sh +++ b/pure_setup.sh @@ -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