Skip to content

Instantly share code, notes, and snippets.

@xenialaq
Last active December 27, 2016 06:54
Show Gist options
  • Save xenialaq/182f0e50c228a8da28209819de6ca2d3 to your computer and use it in GitHub Desktop.
Save xenialaq/182f0e50c228a8da28209819de6ca2d3 to your computer and use it in GitHub Desktop.
Fedora Setup (Fedora Mate 25)
#!/bin/bash
sudo dnf install -y @development-tools && \
sudo dnf install -y \
git curl nano gedit vim kdiff3 \
chromium fcitx cloc gtkhash p7zip gparted baobab gimp pinta \
meshlab python-nose \
okular \
redshift redshift-gtk \
java-1.8.0-openjdk nginx \
xdotool tidy python-gpgme autoconf \
dconf-editor \
gnome-icon-theme \
i3lock i3status dunst lxappearance && \
sudo rpm -ivh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-25.noarch.rpm && \
sudo rpm -ivh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-25.noarch.rpm && \
sudo dnf install -y vlc smplayer wine
#!/bin/bash
sudo dnf install -y https://dl.google.com/linux/direct/google-chrome-beta_current_x86_64.rpm && \
sudo dnf install -y https://atom-installer.github.com/v1.12.7/atom.x86_64.rpm && \
sudo dnf install -y ftp://195.220.108.108/linux/sourceforge/p/po/postinstaller/fedora/releases/24/x86_64/variety-0.6.0-1.fc24.noarch.rpm && \
sudo dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo && \
sudo dnf install -y spotify-client && \
sudo dnf config-manager --add-repo=http://download.opensuse.org/repositories/home:Horst3180/Fedora_24/home:Horst3180.repo && \
sudo dnf install -y arc-theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment