From 35af0b1150dc97f913a924154a6a4dace576590b Mon Sep 17 00:00:00 2001 From: Guru Date: Thu, 22 Jun 2023 12:54:12 +0530 Subject: [PATCH] change gnome-shell-extension-background-blur to gnome-shell-extension-blur-my-shell (#4) * Update Fedora-Workstation-38.sh Signed-off-by: Guru * Update README.md Signed-off-by: Guru --------- Signed-off-by: Guru Signed-off-by: Guru --- Fedora-Workstation-38.sh | 10 +++++----- README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Fedora-Workstation-38.sh b/Fedora-Workstation-38.sh index 87a3bbd..df559a3 100644 --- a/Fedora-Workstation-38.sh +++ b/Fedora-Workstation-38.sh @@ -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 diff --git a/README.md b/README.md index acf872d..450aaf7 100644 --- a/README.md +++ b/README.md @@ -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
The script removes some ~800 useless packages from the default installation. A lot of these have Flatpak alternatives.
@@ -28,4 +28,4 @@ Checkout this repository: https://github.com/tommytran732/QubesOS-Scripts
# Fedora CoreOS -Checkout this repository: https://github.com/tommytran732/Fedora-CoreOS-Ignition \ No newline at end of file +Checkout this repository: https://github.com/tommytran732/Fedora-CoreOS-Ignition