Introduction
I dislike spending lots of time setting up my desktop. I like to be up and
running as fast as possible. I also like Arch linux, because it’s quite
barebones and light and relatively cruft-free.
Because I like to get up and running fast, I’ve made some tools to speed up
this process. Check out
https://git.hackerheaven.org/ekollof/desktop-installer.
Prerequisites
- A resonably high specced machine. Minimally 8 GB of memory is probably best (some packages like
nerd-fonts-complete are really large and stress tmpfs. You don’t really want a desktop with less than that anyway.
- A minimal Arch installation with no users except root.
- The following packages installed:
git sudo python wget
- If your machine has wifi, make sure these are installed for
wifi-menu: dialog wireless_tools wget unzip
- A working internet connection. Pacman should at least be able to install packages.
- A bit of patience, and a cup of coffee.
How to install
I’m not going to go into installing Arch, that’s outside of the scope of this
document, and it’s been documented to death already. So I’m not going to repeat
that. I’m going to assume you’ve gone through this wonderful process, and have
a working and booting system, with a root account, and a working internet
connection.