From a2ab4d80e004612e91d1a06c1cd2fa564da7ffbd Mon Sep 17 00:00:00 2001 From: mattia Date: Wed, 11 Aug 2021 22:53:10 +0200 Subject: [PATCH] Install some software --- setupfedora.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/setupfedora.sh b/setupfedora.sh index ee4c332..6dce246 100755 --- a/setupfedora.sh +++ b/setupfedora.sh @@ -21,4 +21,14 @@ dnf install \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm dnf install \ rpmfusion-free-release-tainted \ - rpmfusion-nonfree-release-tainted \ No newline at end of file + rpmfusion-nonfree-release-tainted + + +# 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 \ No newline at end of file