devconf/tools/install-graphical.sh

20 lines
539 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 \
2021-02-14 18:46:38 +00:00
nautilus emacs gparted thunderbird filezilla telegram-desktop libreoffice \
2022-01-09 01:45:05 +00:00
flameshot ibus-uniemoji mpv mumble
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
# Install gaming
#sudo dnf install -y \
# steam lutris gamemode
sudo systemctl set-default graphical.target