FEAT: OpenSUSE changes (#1)
- Adds Standard apps to install on OpenSUSE devices - Changes OpenSUSE apps to be GTK/GNOME-based Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
24
OpenSUSE/11-install-applications-workstation.sh
Normal file → Executable file
24
OpenSUSE/11-install-applications-workstation.sh
Normal file → Executable file
@@ -1,15 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
#########################################
|
||||
######## Debian Repository ##############
|
||||
######## OpenSUSE Repository ############
|
||||
#########################################
|
||||
|
||||
#-- WezTerm
|
||||
zypper -n install wezterm
|
||||
|
||||
#-- Flatpak Gnome Software Plugin --#
|
||||
zypper -n install discover6
|
||||
|
||||
#-- Rhythmbox --#
|
||||
zypper -n install rhythmbox
|
||||
|
||||
@@ -17,14 +11,20 @@ zypper -n install rhythmbox
|
||||
zypper -n install nextcloud-desktop
|
||||
|
||||
#-- Gnome Web --#
|
||||
zypper -n install falkon
|
||||
zypper -n install epiphany
|
||||
|
||||
#-- Geary --#
|
||||
zypper -n install geary
|
||||
|
||||
#-- Gnome Calendar --#
|
||||
sudo zypper -n install gnome-calendar
|
||||
|
||||
#-- 1Password --#
|
||||
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 install 1password
|
||||
sudo zypper -n install 1password
|
||||
|
||||
#-- Zed --#
|
||||
curl -f https://zed.dev/install.sh | sh
|
||||
|
||||
#-- Ollama 00--#
|
||||
#-- Local llm
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user