From 199ef878e0c635d37542bc1f3a5ad38b48d79a36 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 19 Nov 2022 12:50:00 +0000 Subject: [PATCH] Update dotfiles/.local/bin/install-dotfiles --- dotfiles/.local/bin/install-dotfiles | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dotfiles/.local/bin/install-dotfiles b/dotfiles/.local/bin/install-dotfiles index a06b9a21..3e4c2768 100644 --- a/dotfiles/.local/bin/install-dotfiles +++ b/dotfiles/.local/bin/install-dotfiles @@ -73,16 +73,5 @@ if [ -d /Applications ] && [ -d /System ]; then fi fi -# Firefox theme -# if [ ! -f ~/.mozilla/firefox ] && [ ! -f '/etc/qubes-release' ]; then -# if [ -d /usr/local/src/firefox-sweet-theme/.git ]; then -# sudo git config pull.rebase false -# cd /usr/local/src/firefox-sweet-theme && git pull origin master -# else -# sudo git clone https://github.com/EliverLara/firefox-sweet-theme /usr/local/src/firefox-sweet-theme -# fi -# bash /usr/local/src/firefox-sweet-theme/scripts/install.sh -# fi - # grep -q QT_QPA_PLATFORMTHEME=qt5ct /etc/environment || echo QT_QPA_PLATFORMTHEME=qt5ct | sudo tee -a /etc/environment # sudo cp -rv "$HOME/.local/share/qt5ct" /usr/share