1
0
forked from extern/nix-config
donovanglover-nix-config/.fedora
Donovan Glover a6122f8f73
fedora: Add persistent sudo to bootstrap.sh
Since sudo times out after 5 minutes, and since we don't want to run
every command as root, we can instead create a "persistent sudo" by
invoking the sudo command at least once within 5 minute time frames.

This script does just that, and solves the problem of sudo timing out
after a long command.
2018-11-14 15:08:20 -05:00
..
RPMs Move muya.spec to .fedora 2018-11-13 13:00:39 -05:00
vendor fedora: Add vendor scripts 2018-11-11 12:11:44 -05:00
bootstrap.sh fedora: Add persistent sudo to bootstrap.sh 2018-11-14 15:08:20 -05:00
Makefile fedora: Simplify Makefile 2018-11-14 13:39:25 -05:00
README.md fedora: Update README 2018-11-13 13:58:56 -05:00

Muya - A light rice for Fedora

This is my setup for Fedora, a GNU/Linux distribution that ships with GNOME by default, making it an ideal choice for most users. This guide covers a simple rice that will make your Fedora look much nicer than the defaults. It only uses packages from the official repositories, making it quick and easy to set up on any machine.

This guide will work with the latest version of Fedora (29 as of this writing).

Getting Started

Step 1. Install packages

If you want to mimic my entire setup, run ./bootstrap.sh. Otherwise, install the packages manually with make rice.

Step 2. Apply GNOME Tweaks

Open the GNOME Tweaks program. Then:

Under Appearance

  1. Change Applications to Pop or Pop-dark.
  2. Change Cursor to Breeze_cursors.
  3. Change Icons to Pop.
  4. Change the background and lock screen image.

Under Extensions

  1. Check Alternatetab to enable previews on alt tab. Under settings, uncheck "Show only windows in the current workspace" to take advantage of alt tabbing between workspaces.
  2. Check Launch new instance to always launch new instances from the activities view.

Under Fonts

  1. Change Hinting to Full.
  2. Change Antialiasing to Subpixel (for LCD screens).

And you're done!

That's it. You now have a very simple Fedora rice.