Add separate section for installing GUI apps

This commit is contained in:
Manuel Thalmann 2024-03-09 00:56:51 +01:00
parent 3a773d558c
commit 2e24cce0a4

View file

@ -20,14 +20,10 @@ yay --noconfirm -Syu \
fish \
zoxide \
fzf \
dconf-editor \
sl \
openssh \
terminal-parrot \
rar \
flatpak \
`# Fixes: https://www.reddit.com/r/flatpak/comments/168tav2/how_to_fix_blurry_flatpaks_on_high_resolution/` \
xdg-desktop-portal-gtk \
;
. "../Software/vim/install.sh";
@ -47,6 +43,14 @@ yay --noconfirm -Syu \
yay --noconfirm -Syu power-profiles-daemon;
sudo systemctl enable --now power-profiles-daemon;
# GUI Applications
yay --noconfirm -Syu \
dconf-editor \
flatpak \
`# Fixes: https://www.reddit.com/r/flatpak/comments/168tav2/how_to_fix_blurry_flatpaks_on_high_resolution/` \
xdg-desktop-portal-gtk \
;
# Networking
yay --noconfirm -Syu networkmanager-openvpn;