Skip to content

Instantly share code, notes, and snippets.

@ph33nx
Last active August 28, 2020 21:41
Show Gist options
  • Save ph33nx/ba29b38c643baf7abbf83f5e74c532c6 to your computer and use it in GitHub Desktop.
Save ph33nx/ba29b38c643baf7abbf83f5e74c532c6 to your computer and use it in GitHub Desktop.
Minimal Desktop Enivronment Installation on Arch Linux
#Install minimal Gnome on Arch
pacman -S gnome-shell nautilus gnome-terminal gnome-tweak-tool gnome-control-center gdm networkmanager gnome-keyring xorg-server xorg-xinit
systemctl start gdm
systemctl enable gdm
sudo systemctl start NetworkManager
sudo systemctl enable NetworkManager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment