nix-config/.fedora
Donovan Glover 82f6bf2c7e
fedora: Remove rice-specific packages from muya.spec
The actual rice is performed by the make target, so it makes sense
to remove the duplication here.
2018-11-27 18:31:28 -05:00
..
RPMs fedora: Remove rice-specific packages from muya.spec 2018-11-27 18:31:28 -05:00
vendor fedora: Add vendor scripts 2018-11-11 12:11:44 -05:00
bootstrap.sh fedora: Install vim plugins during bootstrap.sh 2018-11-18 03:46:33 -05:00
Makefile fedora: Apply GNOME settings during rice target 2018-11-27 18:30:57 -05:00
README.md fedora: Update README 2018-11-23 10:15:15 -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).

Use my GNOME theme and settings

To copy the look and feel of my GNOME setup, run:

make rice

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

Use my packages and scripts

Install kitty

Use make kitty to install the kitty terminal emulator.

Install wal

Use make wal to install pywal.

Install crystal

Use make crystal to install the Crystal programming language.

Install rustup

Use make rustup to install the Rust toolchain installer.

Mimic my entire setup

If you want to use everything I use, simply run the bootstrap script, like so:

./bootstrap.sh

The script will ask for sudo permissions the first time you run it. Then you can sit back and relax as no manual intervention is necessary.