forked from extern/nix-config
f3d129362e
Made dependency lists a bit more consistent and reverted some of the Arch Linux wording since it felt a bit off. Even the official website refers to Arch Linux as Arch from time to time.
18 lines
980 B
Markdown
18 lines
980 B
Markdown
# Tari - A bspwm + KDE rice with HiDPI support
|
|
|
|
I use [Arch Linux][archlinux], a [GNU/Linux][gnulinux] distribution, for its bare-bones setup out of the box. This makes it easy to customize and control, since you only install what you need. This guide covers replicating my [bspwm](/bspwm) setup on your Arch Linux machine.
|
|
|
|
## Getting Started
|
|
|
|
### Step 1. Install Arch
|
|
|
|
Install Arch like you normally would, following the [Installation guide][archguide]. Although I keep some of my install scripts in this directory, the actual installation process varies depending on your hardware and which setup you're trying to achieve. For this reason, my scripts should only be used as a guide *after* you have a proficient understanding of how Arch Linux works.
|
|
|
|
### Step 2. Install packages
|
|
|
|
> TODO: Write this section
|
|
|
|
[archlinux]: https://www.archlinux.org
|
|
[archguide]: https://wiki.archlinux.org/index.php/Installation_guide
|
|
[gnulinux]: https://www.gnu.org/gnu/linux-and-gnu.html
|