This article will describe installing GNOME for desktop environment.
Table of Contents
1 Install GNOME
Install gnome group and gnome-extra group, and enable gdm.service.
#!/bin/sh -e sudo pacman -Sy --noconfirm gnome gnome-extra sudo systemctl enable gdm sudo reboot