mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 03:31:33 -05: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:
parent
acc3a2331d
commit
35af0b1150
@ -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
|
echo "VerifyHostKeyDNS yes" | sudo tee -a /etc/ssh/ssh_config.d/10-custom.conf
|
||||||
|
|
||||||
#Setup NTS
|
#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 curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf
|
||||||
sudo systemctl restart chronyd
|
sudo systemctl restart chronyd
|
||||||
|
|
||||||
@ -66,9 +66,9 @@ sudo firewall-cmd --permanent --remove-service=samba-client
|
|||||||
sudo firewall-cmd --reload
|
sudo firewall-cmd --reload
|
||||||
|
|
||||||
#Speed up DNF
|
#Speed up DNF
|
||||||
sudo echo 'fastestmirror=1' | sudo tee -a /etc/dnf/dnf.conf
|
echo 'fastestmirror=1' | sudo tee -a /etc/dnf/dnf.conf
|
||||||
sudo echo 'deltarpm=true' | sudo tee -a /etc/dnf/dnf.conf
|
echo 'deltarpm=true' | sudo tee -a /etc/dnf/dnf.conf
|
||||||
sudo echo 'countme=false' | sudo tee -a /etc/dnf/dnf.conf
|
echo 'countme=false' | sudo tee -a /etc/dnf/dnf.conf
|
||||||
|
|
||||||
#Update packages and firmware
|
#Update packages and firmware
|
||||||
sudo dnf upgrade -y
|
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
|
sudo dnf config-manager --set-disabled fedora-cisco-openh264 -y
|
||||||
|
|
||||||
#Install packages that I use
|
#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
|
#Enable auto TRIM
|
||||||
sudo systemctl enable fstrim.timer
|
sudo systemctl enable fstrim.timer
|
||||||
|
@ -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
|
Visit my Matrix group: https://matrix.to/#/#tommytran732:matrix.org
|
||||||
|
|
||||||
# Fedora Workstation 36
|
# Fedora Workstation 38
|
||||||
|
|
||||||
1. Debloat Fedora <br />
|
1. Debloat Fedora <br />
|
||||||
The script removes some ~800 useless packages from the default installation. A lot of these have Flatpak alternatives. <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
|
# Fedora CoreOS
|
||||||
|
|
||||||
Checkout this repository: https://github.com/tommytran732/Fedora-CoreOS-Ignition
|
Checkout this repository: https://github.com/tommytran732/Fedora-CoreOS-Ignition
|
||||||
|
Loading…
Reference in New Issue
Block a user