Giter VIP home page Giter VIP logo

fedora-install's Introduction

fedora-install - Forked

A basic get-up-and-running Fedora install script.

It supposed to give you an easy starting point, with quite a few good tools and a better looking/usable theme, or simple things like reenabling the maximize/minimize buttons for gnome.

These are of course by nature my opinions for how to go about it, to save newcomers twenty pages of clicking in guis that you'd have to do to achieve the same.

If you have Improvements or Issues, contact me!:

https://t.me/wolfshappen

Things YOU have to do after:

Read the script! Seriously!

There are additions, like if you have an AMD gpu and want to use the much better mesa-aco to render things you need to run steamlike this in a terminal/override then flatpak env:

FLATPAK_GL_DRIVERS=mesa-aco flatpak run com.valvesoftware.Steam

Or making it permanent for amd so you only need to click the icon:

flatpak override --env=FLATPAK_GL_DRIVERS=mesa-aco --user

Same goes for allowing access to external harddrives/controllers for it

# Allow talking to controllers
flatpak override --user --device=all com.valvesoftware.Steam
# Allow access to /put-your-own-path-here
flatpak override --filesystem=/put-your-own-path-here com.valvesoftware.Steam

Or setting a powersave profile for tuned:

sudo tuned-adm profile powersave

Linux is a journey, this is only the beginning. There's always more to learn if you want to!

RUN THIS AS YOUR USER!

Seriously, this changes usersettings. root for the entire script will NOT work. It may require you due to the time it takes to enter your password multiple times.

For a free, open source only install run it using

#installs wget, gets the script, makes it executable and runs it
sudo dnf install -y wget && wget "https://git.furworks.de/tobias/fedora-install/raw/branch/master/install.sh" -O ./install.sh && chmod +x ./install.sh && ./install.sh

To also get nonfree extensions, like rpmfusion nonfree upstream or steam flatpak run it this way instead

#installs wget, gets the script, makes it executable and runs it with steam and nonfree repos added for things like nvidia drivers
sudo dnf install -y wget && wget "https://git.furworks.de/tobias/fedora-install/raw/branch/master/install.sh" -O ./install.sh && chmod +x ./install.sh && ./install.sh --nonfree --steam

fedora-install's People

Contributors

idarlington avatar waffshappen avatar

Watchers

 avatar  avatar

Forkers

itzbobocz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.