Compare commits

..

10 Commits

Author SHA1 Message Date
mattia 25c354a15a Fix indentation 2021-08-13 15:32:21 +02:00
mattia 4bb376f47f Add more software 2021-08-13 15:31:41 +02:00
mattia 4f46be4848 Fix indentation 2021-08-11 23:50:14 +02:00
mattia f2e59449f1 Update DNF group command
'groupupdate' is deprecated.
2021-08-11 23:49:01 +02:00
mattia 8d35b052c8 Fix indentation 2021-08-11 23:33:00 +02:00
mattia 6a9c12078c Add more software 2021-08-11 23:32:22 +02:00
mattia 86d97bc848 Remove useless backslash 2021-08-11 23:01:37 +02:00
mattia 4e61d240f7 Fix indentation 2021-08-11 23:00:29 +02:00
mattia 8f36d32cbf Add more software 2021-08-11 22:59:46 +02:00
mattia ee06679827 Install media codecs 2021-08-11 22:58:20 +02:00
+21 -6
View File
@@ -26,9 +26,24 @@ dnf install \
# Install additional software # Install additional software
dnf install \ dnf install \
bat \ # like cat, but better alacritty \ # terminal emulator
caddy \ # easy-to-use web server bat \ # like cat, but better
flameshot \ # screenshoot utility caddy \ # easy-to-use web server
gimp \ # image manipulation program flameshot \ # screenshoot utility
git \ # revision control system gcolor2 \ # color picker
picard # music file tagger 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