From d6da4f4de5843b526fc549bfb49808f125431bc7 Mon Sep 17 00:00:00 2001 From: oxypomme Date: Tue, 4 Mar 2025 10:00:35 +0100 Subject: [PATCH] feat(install): added kitty and zen --- .scripts/install.sh | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.scripts/install.sh b/.scripts/install.sh index 5c89a7f..fbf3a30 100755 --- a/.scripts/install.sh +++ b/.scripts/install.sh @@ -88,21 +88,11 @@ echo "📧 thunderbird installed\n" bash -c "$(curl -sLo- https://superfile.netlify.app/install.sh)" echo "📁 superfile installed\n" -# VIVALDI_VER=6.5.3206.57-1 -# curl -o "vivaldi-stable_${VIVALDI_VER}_amd64.deb" "https://downloads.vivaldi.com/stable/vivaldi-stable_${VIVALDI_VER}_amd64.deb" -# sudo dpkg -i "vivaldi-stable_${VIVALDI_VER}_amd64.deb" -# rm "vivaldi-stable_${VIVALDI_VER}_amd64.deb" -# echo "🌐 vivaldi installed\n" +flatpak install flathub app.zen_browser.zen +echo "🌐 zen installed\n" -# CONTOUR_VER=0.4.3.6442 -# curl -o "contour-${CONTOUR_VER}-ubuntu20.04-amd64.deb" "https://github.com/contour-terminal/contour/releases/download/v${CONTOUR_VER}/contour-${CONTOUR_VER}-ubuntu20.04-amd64.deb" -# sudo dpkg -i "contour-${CONTOUR_VER}-ubuntu20.04-amd64.deb" -# rm "contour-${CONTOUR_VER}-ubuntu20.04-amd64.deb" -# sudo apt install -y "libqt5-*" -# sudo apt install -y "qml-module-*" -# sudo apt remove -y "qml-module-org-kde*" -# sudo apt autoremove -y -# echo "💻 contour installed\n" +curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin +echo "💻 kitty installed\n" echo "Still need to build:\n" echo "- rofi"