Compare commits

...

6 Commits

15 changed files with 6 additions and 12 deletions

0
12-install-flatpaks-workstation.sh Normal file → Executable file
View File

0
20-set-user-preferences-interactive.sh Normal file → Executable file
View File

0
Debian/00-install-utilities.sh Normal file → Executable file
View File

0
Debian/10-install-applications-universal.sh Normal file → Executable file
View File

0
Debian/11-install-applications-server.sh Normal file → Executable file
View File

0
Debian/11-install-applications-workstation.sh Normal file → Executable file
View File

0
Debian/20-set-user-preferences-interactive.sh Normal file → Executable file
View File

0
Debian/readme.md Normal file → Executable file
View File

0
OpenSUSE/00-install-utilities.sh Normal file → Executable file
View File

0
OpenSUSE/10-install-applications-universal.sh Normal file → Executable file
View File

0
OpenSUSE/11-install-applications-server.sh Normal file → Executable file
View File

16
OpenSUSE/11-install-applications-workstation.sh Normal file → Executable file
View File

@@ -1,30 +1,24 @@
#!/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
#-- Nextcloud Desktop --# #-- Nextcloud Desktop --#
zypper -n install nextcloud-desktop zypper -n install nextcloud-desktop
#-- Gnome Web --# #-- falkon Web --#
zypper -n install falkon zypper -n install epiphany
#-- 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--# #-- Ollama --#
#-- Local llm #-- Local llm
curl -fsSL https://ollama.com/install.sh | sh curl -fsSL https://ollama.com/install.sh | sh

0
OpenSUSE/20-set-user-preferences-interactive.sh Normal file → Executable file
View File

0
OpenSUSE/README.md Normal file → Executable file
View File

2
readme.md Normal file → Executable file
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