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