mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
440324f99c
As a side note, running a bootstrap.sh in a post-install environment is significantly easier (and more practical) than trying to accomplish every step before a reboot in the installation image. This separates things like making partitions from the actual system.
19 lines
754 B
Markdown
19 lines
754 B
Markdown
# Tari - My Arch Linux setup
|
|
|
|
[Arch Linux][archlinux], a [GNU/Linux][gnulinux] distribution, lets you build your own environment. Since you only install what you want, it is easy to customize and control.
|
|
|
|
## Features
|
|
|
|
- A universal color scheme consistent across all terminal software
|
|
- A universal theme across both Qt and GTK applications
|
|
- The ability to switch between GNOME, Plasma, and bspwm efficiently
|
|
- Full HiDPI support for Qt, GTK, and X-level software applications
|
|
- Easily switch between both traditional and HiDPI resolution in the same X environment
|
|
|
|
## Usage
|
|
|
|
On a fresh [Arch install](/.archlinux/install-scripts), run `./bootstrap.sh`.
|
|
|
|
[archlinux]: https://www.archlinux.org
|
|
[gnulinux]: https://www.gnu.org/gnu/linux-and-gnu.html
|