Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active December 19, 2021 02:00
Show Gist options
  • Save atulkamble/568b194d27ef3f7c420bc92b55600e4a to your computer and use it in GitHub Desktop.
Save atulkamble/568b194d27ef3f7c420bc92b55600e4a to your computer and use it in GitHub Desktop.
Tweaks Tool on Ubuntu 20.04 LTS
sudo add-apt-repository universe
sudo apt install gnome-tweak-tool
gnome-tweaks
( optional ) You may now install additional extensions to further tweak your system. Search for available gnome shell extensions:
apt search gnome-shell-extension
Next, either install only selected extensions for example:
sudo apt install gnome-shell-extension-gsconnect
or install all extensions:
sudo apt install $(apt search gnome-shell-extension | grep ^gnome | cut -d / -f1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment