From f343ce2baafe8f886e172be36e493fb8588932b5 Mon Sep 17 00:00:00 2001 From: Brandon Kessler Date: Tue, 23 Dec 2025 15:54:33 -0700 Subject: [PATCH] feat: adds Zed editor --- OpenSUSE/11-install-applications-workstation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenSUSE/11-install-applications-workstation.sh b/OpenSUSE/11-install-applications-workstation.sh index c986219..fceb5ef 100755 --- a/OpenSUSE/11-install-applications-workstation.sh +++ b/OpenSUSE/11-install-applications-workstation.sh @@ -24,6 +24,9 @@ sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc zypper addrepo https://downloads.1password.com/linux/rpm/stable/x86_64 1password sudo zypper -n install 1password +#-- Zed --# +curl -f https://zed.dev/install.sh | sh + #-- Ollama --# #-- Local llm curl -fsSL https://ollama.com/install.sh | sh