Last active
December 19, 2021 02:00
-
-
Save atulkamble/568b194d27ef3f7c420bc92b55600e4a to your computer and use it in GitHub Desktop.
Tweaks Tool on Ubuntu 20.04 LTS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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