Compare commits

..

10 Commits

Author SHA1 Message Date
25c354a15a Fix indentation 2021-08-13 15:32:21 +02:00
4bb376f47f Add more software 2021-08-13 15:31:41 +02:00
4f46be4848 Fix indentation 2021-08-11 23:50:14 +02:00
f2e59449f1 Update DNF group command
'groupupdate' is deprecated.
2021-08-11 23:49:01 +02:00
8d35b052c8 Fix indentation 2021-08-11 23:33:00 +02:00
6a9c12078c Add more software 2021-08-11 23:32:22 +02:00
86d97bc848 Remove useless backslash 2021-08-11 23:01:37 +02:00
4e61d240f7 Fix indentation 2021-08-11 23:00:29 +02:00
8f36d32cbf Add more software 2021-08-11 22:59:46 +02:00
ee06679827 Install media codecs 2021-08-11 22:58:20 +02:00

View File

@@ -26,9 +26,24 @@ dnf install \
# Install additional software
dnf install \
bat \ # like cat, but better
caddy \ # easy-to-use web server
flameshot \ # screenshoot utility
gimp \ # image manipulation program
git \ # revision control system
picard # music file tagger
alacritty \ # terminal emulator
bat \ # like cat, but better
caddy \ # easy-to-use web server
flameshot \ # screenshoot utility
gcolor2 \ # color picker
gimp \ # image manipulation program
git \ # revision control system
jetbrains-mono-nl-fonts \ # Monospace coding font
olive \ # video editor
picard \ # music file tagger
simplescreenrecorder \ # screen recorder
telegram-desktop \ # Telegram client
unrar \ # RAR archives extractor
vlc # media player
# Install media codecs
dnf group upgrade Multimedia # group of codec packages
dnf install \
ffmpeg \ # AV converter and more
libdvdcss # proprietary library necessary to play protected DVDs