Install Gnome on Arch linux (micro tut)

Update Arch Linux & reboot

sudo pacman -Syu; sudo reboot

Install xorg (if not using wayland)

use defaults

sudo pacman -S xorg xorg-server

install gnome desktop environment

use defaults

sudo pacman -S gnome

start and enable gdm.service

sudo systemctl start gdm.service

log into gnome then run:

sudo systemctl enable gdm.service