Installation and configuration documentation of my Arch Linux setup in GitHub Pages.
This page is the starting point for all installation and configuration documentation of my Arch Linux setup. There’s already some great documentation regarding Arch Linux, so please consult that for background information. My focus will be on the bare minimum of necessities to achieve a specific goal and therefor:
since
baseis now a metapackage instead of a group[1], all required top-level packages (exceptlinux) are now implicit dependencies ofbase
tee is used instead of a command line editor (like vi or nano), mostly because:
coreutils which is already pulled in by mandatory packages like linux and systemdtee, it can be copied on the command line or in scriptsEOF tags (the here document) can still be copied into an editor to your taste
to prevent expansion of variables, tags of those here documents can be quoted like
'EOF'
Please see Maintaining GitHub Pages for more info.