Skip to content

Instantly share code, notes, and snippets.

@Rabin016
Last active October 23, 2022 07:26
Show Gist options
  • Save Rabin016/e13e1bf0c1107f18e66a1f75bbd6c2ea to your computer and use it in GitHub Desktop.
Save Rabin016/e13e1bf0c1107f18e66a1f75bbd6c2ea to your computer and use it in GitHub Desktop.
// Tweaks
sudo apt install gnome-tweaks
//gnome shell
sudo apt install gnome-shell-extensions
sudo apt install gnome-shell-extension-manager
// Chrome Shell
sudo apt-get install chrome-gnome-shell
// Firefox
sudo snap remove firefox
sudo add-apt-repository ppa:mozillateam/ppa
echo '
Package: *
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001
' | sudo tee /etc/apt/preferences.d/mozilla-firefox
echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox
sudo apt install firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment