Wondering what to do next after installing the basic version of Arch? Here’s a checklist!
PS: Somethings are already covered in my previous post (Arch installation guide), I’ll add a * to those items
General Edition: Sorting the mirrors*- follow the instructions to re-order your mirrors by fastest speed. I have used Reflector. Install Sound system and Display Server (Xorg or Wayland)* Set up Window manager or Desktop environment like GNOME, Plasma, Xfce etc* Create user directory files sudo pacman -S xdg-user-dirs xdg-user-dirs-update Configure Pacman Using the below command, you can open the pacman configuration file and uncomment the necessary lines: -allow ParallelDownloads under [options] -add colors -enable VerbosePkgLists to view name, version and size of target packages formatted -CleanMethod = KeepCurrent under[options] to clean up the cache so that only outdated tarballs are deleted -NoExtract (Guidelines with examples) sudo nano /etc/pacman....