Last active
October 23, 2022 07:26
-
-
Save Rabin016/e13e1bf0c1107f18e66a1f75bbd6c2ea to your computer and use it in GitHub Desktop.
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
// 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