Skip to content

Instantly share code, notes, and snippets.

@rezzo
Created July 23, 2015 20:15
Show Gist options
  • Select an option

  • Save rezzo/dafa46e9626fb8417173 to your computer and use it in GitHub Desktop.

Select an option

Save rezzo/dafa46e9626fb8417173 to your computer and use it in GitHub Desktop.
#! /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