Compare commits

...

8 Commits

15 changed files with 14 additions and 11 deletions
View File
View File
Regular → Executable
View File
View File
View File
View File
View File
Regular → Executable
View File
Regular → Executable
View File
View File
View File
+13 -10
View File
@@ -1,15 +1,9 @@
#!/bin/sh #!/bin/sh
######################################### #########################################
######## Debian Repository ############## ######## OpenSUSE Repository ############
######################################### #########################################
#-- WezTerm
zypper -n install wezterm
#-- Flatpak Gnome Software Plugin --#
zypper -n install discover6
#-- Rhythmbox --# #-- Rhythmbox --#
zypper -n install rhythmbox zypper -n install rhythmbox
@@ -17,14 +11,23 @@ zypper -n install rhythmbox
zypper -n install nextcloud-desktop zypper -n install nextcloud-desktop
#-- Gnome Web --# #-- Gnome Web --#
zypper -n install falkon zypper -n install epiphany
#-- Geary --#
zypper -n install geary
#-- Gnome Calendar --#
sudo zypper -n install gnome-calendar
#-- 1Password --# #-- 1Password --#
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
zypper addrepo https://downloads.1password.com/linux/rpm/stable/x86_64 1password zypper addrepo https://downloads.1password.com/linux/rpm/stable/x86_64 1password
sudo zypper install 1password sudo zypper -n install 1password
#-- Ollama 00--# #-- Zed --#
curl -f https://zed.dev/install.sh | sh
#-- Ollama --#
#-- Local llm #-- Local llm
curl -fsSL https://ollama.com/install.sh | sh curl -fsSL https://ollama.com/install.sh | sh
View File
Regular → Executable
View File
Regular → Executable
+1 -1
View File
@@ -8,7 +8,7 @@ Currently these are the supported distributions
Debian will be gnome-oriented solutions when possible Debian will be gnome-oriented solutions when possible
## OpenSUSE ## OpenSUSE
OpenSUSE will be KDE-oriented solutions when possible OpenSUSE will be QT and KDE-oriented solutions when possible
## Arch ## Arch
Arch has not been decided on yet Arch has not been decided on yet