Last active
December 4, 2020 13:46
-
-
Save grafuls/ae1d91cc4937facd10d658262746c2fa to your computer and use it in GitHub Desktop.
Fedora setup
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
sudo dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm | |
sudo dnf -y install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | |
sudo dnf -y install https://repo.linrunner.de/fedora/tlp/repos/releases/tlp-release.fc$(rpm -E %fedora).noarch.rpm | |
sudo dnf -y install dnf-utils hexchat git git-extras git-review tig make cmake gimp flatpak kernel-devel google-chrome-stable tlp tlp-rdw htop vlc gpaste gnome-shell-extension-gpaste dnf-plugin-system-upgrade zlib.i686 ncurses-libs.i686 bzip2-libs.i686 icedtea-web screen exfat-utils fuse-exfat rpmdevtools gparted krb5-workstation albert powerline powerline-fonts fedora-workstation-repositories sshuttle podman VirtualBox tmate python3-black pulseaudio-libs-devel ca-certificates python3-devel | |
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin | |
sudo dnf groupupdate sound-and-video | |
sudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo | |
sudo dnf -y install sublime-text | |
sudo dnf -y install @admin-tools @system-tools @cinnamon-desktop-environment @development-tools | |
sudo dnf -y install lpf-spotify-client | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
sudo dnf -y install NetworkManager-openvpn NetworkManager-openvpn-gnome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment