Full setup with scripts
This commit is contained in:
parent
14a81ed740
commit
30dd023992
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
yay --noconfirm -S hyprshot
|
||||
yay --noconfirm -S schildichat-desktop-bin
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue