From 2d46a15ea64492ed177086c53b53309bc3d0de1d Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 1 Jul 2022 08:15:49 -0400 Subject: [PATCH] Update fedora.sh --- fedora/fedora.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fedora/fedora.sh b/fedora/fedora.sh index d4e7c81..31b200c 100644 --- a/fedora/fedora.sh +++ b/fedora/fedora.sh @@ -2,7 +2,7 @@ sudo dnf remove firefox thunderbird totem gnome-remote-desktop gnome-calendar gnome-disk-utility gnome-calculator gnome-connections gnome-weather gnome-contacts gnome-clocks gnome-maps gnome-screenshot gnome-logs gnome-characters gnome-font-viewer gnome-color-manager simple-scan keepassxc cheese baobab yelp evince* httpd mozilla* cups rygel -y sudo dnf autoremove -y -sudo dnf install qubes-u2f qubes-gpg-split arc-theme qt5ct qt5-qtstyleplugins -y +sudo dnf install qubes-u2f qubes-gpg-split -y echo "countme=False" | sudo tee -a /etc/dnf/dnf.conf git config --global http.proxy http://127.0.0.1:8082 @@ -10,12 +10,9 @@ git clone https://github.com/horst3180/arc-icon-theme sudo mv arc-icon-theme/Arc /usr/share/icons rm -rf arc-icon-theme -echo "export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment echo "[org/gnome/desktop/interface] -color-scheme='prefer-dark' -gtk-theme='Arc-Dark' -icon-theme='Arc'" | sudo tee /etc/dconf/db/local.d/custom +color-scheme='prefer-dark'" | sudo tee /etc/dconf/db/local.d/custom sudo dconf update