1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-18 13:14:43 -04:00

change gnome-shell-extension-background-blur to gnome-shell-extension-blur-my-shell (#4)

* Update Fedora-Workstation-38.sh

Signed-off-by: Guru <gururaja.spr@gmail.com>

* Update README.md

Signed-off-by: Guru <guru@duck.com>

---------

Signed-off-by: Guru <gururaja.spr@gmail.com>
Signed-off-by: Guru <guru@duck.com>
This commit is contained in:
Guru 2023-06-22 12:54:12 +05:30 committed by GitHub
parent acc3a2331d
commit 35af0b1150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,7 @@ echo "GSSAPIAuthentication no" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf
echo "VerifyHostKeyDNS yes" | sudo tee -a /etc/ssh/ssh_config.d/10-custom.conf
#Setup NTS
rm -rf /etc/chrony/chrony.conf
sudo rm -rf /etc/chrony/chrony.conf
sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf
sudo systemctl restart chronyd
@ -66,9 +66,9 @@ sudo firewall-cmd --permanent --remove-service=samba-client
sudo firewall-cmd --reload
#Speed up DNF
sudo echo 'fastestmirror=1' | sudo tee -a /etc/dnf/dnf.conf
sudo echo 'deltarpm=true' | sudo tee -a /etc/dnf/dnf.conf
sudo echo 'countme=false' | sudo tee -a /etc/dnf/dnf.conf
echo 'fastestmirror=1' | sudo tee -a /etc/dnf/dnf.conf
echo 'deltarpm=true' | sudo tee -a /etc/dnf/dnf.conf
echo 'countme=false' | sudo tee -a /etc/dnf/dnf.conf
#Update packages and firmware
sudo dnf upgrade -y
@ -105,7 +105,7 @@ sudo dnf -y remove fedora-bookmarks fedora-chromium-config firefox mozilla-files
sudo dnf config-manager --set-disabled fedora-cisco-openh264 -y
#Install packages that I use
sudo dnf -y install gnome-console git-core flat-remix-theme gnome-shell-extension-appindicator gnome-shell-extension-background-blur gnome-shell-extension-dash-to-dock gnome-shell-extension-dash-to-dock gnome-shell-extension-no-overview
sudo dnf -y install gnome-console git-core flat-remix-theme gnome-shell-extension-appindicator gnome-shell-extension-blur-my-shell gnome-shell-extension-dash-to-dock gnome-shell-extension-dash-to-dock gnome-shell-extension-no-overview
#Enable auto TRIM
sudo systemctl enable fstrim.timer

View File

@ -6,7 +6,7 @@ Do note that I remove bluetooth (bluez and gnome-bluetooth) from the system, as
Visit my Matrix group: https://matrix.to/#/#tommytran732:matrix.org
# Fedora Workstation 36
# Fedora Workstation 38
1. Debloat Fedora <br />
The script removes some ~800 useless packages from the default installation. A lot of these have Flatpak alternatives. <br />
@ -28,4 +28,4 @@ Checkout this repository: https://github.com/tommytran732/QubesOS-Scripts <br />
# Fedora CoreOS
Checkout this repository: https://github.com/tommytran732/Fedora-CoreOS-Ignition
Checkout this repository: https://github.com/tommytran732/Fedora-CoreOS-Ignition