Created
July 23, 2015 20:15
-
-
Save rezzo/dafa46e9626fb8417173 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| #dnf fastest Mirror Plugin | |
| dnf install -y yum-plugin-fastestmirror | |
| #Gnome Tweak Tool and a few customizations | |
| dnf install -y gnome-tweak-tool | |
| #Fedy | |
| dnf install -y curl | |
| curl https://satya164.github.io/fedy/fedy-installer -o fedy-installer && chmod +x fedy-installer && ./fedy-installer | |
| #RPM Fusion Repos | |
| dnf localinstall -y --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | |
| #Update the system | |
| dnf update -y dnf | |
| dnf update -y | |
| #Utilities | |
| dnf install -y __ | |
| #Internet | |
| dnf install -y transmission | |
| #Multimedia | |
| dnf install -y mpv | |
| #Spotify Repo | |
| dnf-config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo | |
| #Install Spotify | |
| dnf install -y spotify-client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment