From 7f7a64b757fa99fde5ddf6bf4222cd8aaf09e9d1 Mon Sep 17 00:00:00 2001 From: Brandon Kessler Date: Sat, 13 Dec 2025 12:44:01 -0700 Subject: [PATCH] feat: adds WezTerm --- Debian/11-install-applications-workstation.sh | 7 +++++++ OpenSUSE/11-install-applications-workstation.sh | 3 +++ 2 files changed, 10 insertions(+) diff --git a/Debian/11-install-applications-workstation.sh b/Debian/11-install-applications-workstation.sh index 364ff2b..7f046f0 100644 --- a/Debian/11-install-applications-workstation.sh +++ b/Debian/11-install-applications-workstation.sh @@ -4,6 +4,13 @@ ######## Debian Repository ############## ######################################### +#-- WezTerm +curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /usr/share/keyrings/wezterm-fury.gpg +echo 'deb [signed-by=/usr/share/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list +chmod 644 /usr/share/keyrings/wezterm-fury.gpg +apt update +apt install wezterm + #-- Flatpak Gnome Software Plugin --# apt install gnome-software-plugin-flatpak -y diff --git a/OpenSUSE/11-install-applications-workstation.sh b/OpenSUSE/11-install-applications-workstation.sh index bb46178..9776b04 100644 --- a/OpenSUSE/11-install-applications-workstation.sh +++ b/OpenSUSE/11-install-applications-workstation.sh @@ -4,6 +4,9 @@ ######## Debian Repository ############## ######################################### +#-- WezTerm +zypper -n install wezterm + #-- Flatpak Gnome Software Plugin --# zypper -n install discover6