This README contains the steps I do to install and configure a fully-functional Arch Linux installation containing a desktop environment, all the support packages (network, bluetooth, audio, printers, etc.), along with all my preferred applications and utilities. The shell scripts in this repo allow the entire process to be automated.)
Download ArchISO from https://archlinux.org/download/ and put on a USB drive with Etcher, Ventoy, or Rufus
From initial Prompt type the following commands:
pacman -Sy git
git clone https://github.com/khaneliman/archinstaller
cd archinstaller
./install.sh
This is completely automated arch install. It includes prompts to select your desired desktop environment, window manager, AUR helper, and whether to do a full or minimal install. Some environments contain user theming and customization out of the box.
The package selection and their purpose is detailed in the PKG_Documentation.md file.
The main script will generate .log files for every script that is run as part of the installation process. These log files contain the terminal output so you can review any warnings or errors that occurred during installation and aid in troubleshooting.
An issue is easier to resolve if it contains a few important pieces of information.