This script is intended to be used after a fresh Arch Linux installation
performed with archinstall.
When running archinstall, make sure to:
-
Proceed with normal installation steps
-
When prompted to select a profile type, choose:
> Minimal
The script installs the following packages:
- gnome-shell (Desktop Environment)
- gnome-console (Console App)
- gnome-control-center (Settings App)
- gnome-backgrounds (Default backgrounds)
- gnome-tweaks (Tweaks App)
--no-tweaks flag.
- networkmanager (Default network manager for GNOME)
- gdm (Login screen)
- nano (Console text editor)
- flatpak (App manager & repository)
- gnome-software (App manager)
--no-flatpak flag.
bash <(curl -s https://raw.githubusercontent.com/DipCrai/CleanGnomeInstall/refs/heads/main/install.sh)