diff --git a/dotfiles/.local/bin/install-dotfiles b/dotfiles/.local/bin/install-dotfiles index e78b737d..aedbc6c4 100644 --- a/dotfiles/.local/bin/install-dotfiles +++ b/dotfiles/.local/bin/install-dotfiles @@ -43,15 +43,15 @@ while read LOCAL_BIN; do done < <(find "$HOME/.local/bin" -maxdepth 1 -mindepth 1 -type f) # 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 +# 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