From 1fcc9a9b447cd7f4eb24f6e9705e36c950579948 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 17 Jul 2024 20:47:44 +0100 Subject: [PATCH] Add Adwaita Firefox theme --- install.sh | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index 750bbe07..3c3c15dd 100755 --- a/install.sh +++ b/install.sh @@ -58,13 +58,6 @@ for selection in $main_menu; do fi if [ "$selection" = "2" ]; then - clear - echo "---------------------" - echo "--- Copy Dotfiles ---" - echo "---------------------" - echo - echo - # Neovim dialog --erase-on-exit \ --backtitle "$BACKTITLE" \ @@ -93,6 +86,16 @@ for selection in $main_menu; do curl https://zed.dev/install.sh | sh fi + # Firefox Theme + dialog --erase-on-exit \ + --backtitle "$BACKTITLE" \ + --title "Install Adwaita Firefox theme?" \ + --yesno "The theme mimics GNOME Web and will be installed using the script provided by the theme on GitHub." 10 40 + + if [ "$?" -eq 0 ]; then + curl -s -o- https://raw.githubusercontent.com/rafaelmardojai/firefox-gnome-theme/master/scripts/install-by-curl.sh | bash + fi + echo "Installing utilities..." sudo apt install -y htop fzf git wget curl bash-completion