Gnome

Initial Setup

Basic Stuff

sudo add-apt-repository universe; \
  sudo apt install gnome-tweak-tool; \
  sudo apt install $(apt search gnome-shell-extension | grep ^gnome | cut -d / -f1);
  
gnome-tweaks

Theming

Last updated

Was this helpful?