Fedora Utils is the “Ubuntu Tweak” of Fedora. It simplifies many of the post install tasks. It’s basically a collection of scripts and customizable plugins wrapped around a nice GUI which help you install fonts, codecs, flash, java, etc. It also cleans up your system, fixes some common issues, tweaks your desktop, etc.
Here’s a one liner to get it installed on your Fedora 20.
su -c "cd /tmp/ && curl http://satya164.github.io/fedorautils/fedorautils-installer -o fedorautils-installer && chmod +x fedorautils-installer && ./fedorautils-installer"
Source: Fedora Utils