From 96e8a778f062bd872a39422982597b968eadc0c9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 31 Oct 2018 02:27:19 -0400 Subject: [PATCH] meta: Add Fedora rice Instead of having a separate repository for each rice, I can instead put them in this repository (prefixed with ., so that they're not indexed by the stow Makefile). --- .fedora/README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .fedora/README.md diff --git a/.fedora/README.md b/.fedora/README.md new file mode 100644 index 0000000..694fd36 --- /dev/null +++ b/.fedora/README.md @@ -0,0 +1,39 @@ +# Muya - A light rice for Fedora + +This is my setup for [Fedora][fedora], a [GNU/Linux][gnulinux] 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 + +1. Change **Applications** to **Pop** or **Pop-dark**. +2. Change **Cursor** to **Pop**. +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. (Optional) Uncheck **Background logo** to remove the Fedora watermark from default wallpapers. +3. (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 + +[fedora]: https://getfedora.org +[gnulinux]: https://www.gnu.org/gnu/linux-and-gnu.html