Compare commits
7 Commits
master
..
f3cc179646
| Author | SHA1 | Date | |
|---|---|---|---|
| f3cc179646 | |||
| 98e0396c14 | |||
| 45db60a932 | |||
| 70d45a5c16 | |||
| dd421aa670 | |||
| d50cc2d20a | |||
| e9772b729d |
+6
-26
@@ -23,32 +23,12 @@ dnf install \
|
|||||||
rpmfusion-free-release-tainted \
|
rpmfusion-free-release-tainted \
|
||||||
rpmfusion-nonfree-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
|
# Install additional software
|
||||||
dnf install \
|
dnf install \
|
||||||
alacritty \ # terminal emulator
|
bat \ # like cat, but better
|
||||||
bat \ # like cat, but better
|
caddy \ # easy-to-use web server
|
||||||
caddy \ # easy-to-use web server
|
flameshot \ # screenshoot utility
|
||||||
flameshot \ # screenshoot utility
|
gimp \ # image manipulation program
|
||||||
gcolor2 \ # color picker
|
git \ # revision control system
|
||||||
gimp \ # image manipulation program
|
picard # music file tagger
|
||||||
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
|
|
||||||
Reference in New Issue
Block a user