2018-10-31 07:27:19 +01:00
# 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).
2018-11-23 16:14:50 +01:00
## Use my GNOME theme and settings
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
To copy the look and feel of my GNOME setup, run:
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
```sh
make rice
```
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
That's it! You now have a very simple Fedora rice.
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
## Use my packages and scripts
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
### Install kitty
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
Use `make kitty` to install the [kitty ](/kitty ) terminal emulator.
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
### Install wal
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
Use `make wal` to install [pywal ](/wal ).
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
### Install crystal
2018-11-02 02:56:45 +01:00
2018-11-23 16:14:50 +01:00
Use `make crystal` to install the [Crystal][crystal] programming language.
2018-11-02 02:56:45 +01:00
2018-11-23 16:14:50 +01:00
### Install rustup
2018-10-31 07:27:19 +01:00
2018-11-23 16:14:50 +01:00
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:
```sh
./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.
2018-10-31 07:27:19 +01:00
[fedora]: https://getfedora.org
[gnulinux]: https://www.gnu.org/gnu/linux-and-gnu.html
2018-11-23 16:14:50 +01:00
[crystal]: https://crystal-lang.org/