From 65522f7bffd59373e12447c2992563787a2f204a Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 13 Aug 2021 17:26:50 -0300 Subject: [PATCH] Edit README.md --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5edd73c..89bfc0a 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -Arch Linux install script (not ready yet). +Bash scripts for installing Arch/Artix Linux. `install.sh` installs the whole system from scratch and then calls `post-install.sh`. If you prefer, you may install the system manually (or in an existing installation) and run `post-install.sh` alone. + +# Supported platforms +## System +- UEFI and BIOS +- x86_64 architecture +## Distros +- Arch Linux +- Artix Linux +## Init systems +- systemd +- openrc + +# List of Packages +See `packages.csv` + +# Features +## install.sh +- Partitions the chosen drive +- Installs core packages, bootloader, etc +- Sets the chosen locale, keyboard layout (both for X11 and the console) and time zone +- Sets up the root user and an additional personal user +- Sets the network configuration up +## post-install.sh +- Enables additional pacman repositories +- Links `/bin/sh` to `/bin/dash` +- Installs OpenBSD's `doas` and sets it as default, as opposed to `sudo` +- Optionally gives a user root privileges through `doas` +- Installs every package in `packages.csv` +- Installs `vim` and its plugins for root and a user +- Installs my dotfiles for root and a user +- Many of these can be turned off via CLI arguments