devconf/tools/install-graphical.sh

17 lines
407 B
Bash
Raw Normal View History

#!/usr/bin/env bash
echo 'Installing graphical applications...'
sudo dnf install -y \
2022-01-09 01:45:05 +00:00
kitty firefox keepassxc nextcloud-client
echo 'Installing extended graphical applications...'
sudo dnf install -y \
nautilus gparted thunderbird filezilla libreoffice \
2022-07-04 22:47:22 +00:00
ibus-uniemoji mpv mumble
# Install gaming
#sudo dnf install -y \
# steam lutris gamemode
sudo systemctl set-default graphical.target