mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
9ac25f199c
This commit adds a very basic Makefile that simplifies the tasks required for the Fedora rice. Still a work in progress, but mostly functional. |
||
---|---|---|
.. | ||
Makefile | ||
README.md |
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
Run make rice
to install the packages necessary to complete this rice.
Step 2. Apply GNOME Tweaks
Open the GNOME Tweaks program. Then:
Under Appearance
- Change Applications to Pop or Pop-dark.
- Change Cursor to Pop.
- Change Icons to Pop.
- Change the background and lock screen image.
Under Extensions
- 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.
- (Optional) Uncheck Background logo to remove the Fedora watermark from default wallpapers.
- (Optional) Check Places status indicator to easily access your user directories.
And you're done!
That's it. You now have a very simple Fedora rice. If you want to mimic my development setup as well, continue reading.
Setting up Fedora for development work
TODO: Write this section