Add separate section for installing GUI apps
This commit is contained in:
parent
1eee1ac236
commit
948961e0c6
1 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue