Compare commits

..

7 Commits

Author SHA1 Message Date
mattia f3cc179646 Install some software 2021-08-11 22:53:10 +02:00
mattia 98e0396c14 Install RPM Fusion repositories 2021-08-11 22:37:54 +02:00
mattia 45db60a932 Run a system upgrade 2021-08-11 22:35:41 +02:00
mattia 70d45a5c16 Only run as root 2021-08-11 22:32:44 +02:00
mattia dd421aa670 Abort if a command fails
With this shell attribute, the script will abort if any of the executed commands exits with a non-zero status.
2021-08-11 22:32:31 +02:00
mattia d50cc2d20a Create the script 2021-08-11 22:22:25 +02:00
mattia e9772b729d Initial upload 2021-08-11 22:20:48 +02:00
+6 -26
View File
@@ -23,32 +23,12 @@ dnf install \
rpmfusion-free-release-tainted \
rpmfusion-nonfree-release-tainted
# Add Sublime Text repository
dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
# Install additional software
dnf install \
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
sublime-text \ # text editor
telegram-desktop \ # Telegram client
unrar \ # RAR archives extractor
vlc \ # media player
xfburn # CD/DVD burner
# 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
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