Arch Linux Installation
The linux world changes so fast, relatively at least, and I dont install Arch Linux that regularly to remember every little step or enough to have every step specifically documented for myself so Im going to rely on other documentation and modify the steps when it’s required.
For that purpose the below is my recommended order of looking over documentation to job my memory:
- Arch Linux’s Installation Guide - as this generally has nearly all the steps I need when installing from scratch
- Search Arch Linux documentation for any additional details for steps that I may need at the time. Usually things like cryptsetup/LUKS, grub, etc. Some specifics to remember:
- Connecting to a Wireless network - though keep in mind connecting to hidden networks always fails for me from here
- When using pacstrap remember to run the following to install some additional packages for ease in setup:
pacstrap -K /mnt base linux linux-firmware NetworkManager plasma-desktop sddm sddm-kcm
- Enable services to run automatically:
systemctl enable sddm.service
systemctl enable NetworkManager.service
- Create my user, with a password, before exiting the arch-chroot environment. Makes it easier for the KDE setup later
- Dreams of Autonomy - How I install Arch Linux (the hard way) - as this is nearly identical to my preferred setup for Arch Linux, beyond a few small non-important variations
- Framework specific items
- Use my dotfiles repo for everything else
- Install Wallpapers, both desktop and the lock screen