Compare commits
8 Commits
main
...
f343ce2baa
| Author | SHA1 | Date | |
|---|---|---|---|
| f343ce2baa | |||
| f1fd7bdd84 | |||
| 0f9b2d067b | |||
| de9220d9fd | |||
| 4316e89d7e | |||
| 7ed8842b6c | |||
| 300a27a1fa | |||
| 94e0957134 |
0
12-install-flatpaks-workstation.sh
Normal file → Executable file
0
12-install-flatpaks-workstation.sh
Normal file → Executable file
0
20-set-user-preferences-interactive.sh
Normal file → Executable file
0
20-set-user-preferences-interactive.sh
Normal file → Executable file
0
Debian/00-install-utilities.sh
Normal file → Executable file
0
Debian/00-install-utilities.sh
Normal file → Executable file
0
Debian/10-install-applications-universal.sh
Normal file → Executable file
0
Debian/10-install-applications-universal.sh
Normal file → Executable file
0
Debian/11-install-applications-server.sh
Normal file → Executable file
0
Debian/11-install-applications-server.sh
Normal file → Executable file
0
Debian/11-install-applications-workstation.sh
Normal file → Executable file
0
Debian/11-install-applications-workstation.sh
Normal file → Executable file
0
Debian/20-set-user-preferences-interactive.sh
Normal file → Executable file
0
Debian/20-set-user-preferences-interactive.sh
Normal file → Executable file
0
Debian/readme.md
Normal file → Executable file
0
Debian/readme.md
Normal file → Executable file
0
OpenSUSE/00-install-utilities.sh
Normal file → Executable file
0
OpenSUSE/00-install-utilities.sh
Normal file → Executable file
0
OpenSUSE/10-install-applications-universal.sh
Normal file → Executable file
0
OpenSUSE/10-install-applications-universal.sh
Normal file → Executable file
0
OpenSUSE/11-install-applications-server.sh
Normal file → Executable file
0
OpenSUSE/11-install-applications-server.sh
Normal file → Executable file
23
OpenSUSE/11-install-applications-workstation.sh
Normal file → Executable file
23
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,23 @@ 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
|
||||
|
||||
#-- Ollama 00--#
|
||||
#-- Zed --#
|
||||
curl -f https://zed.dev/install.sh | sh
|
||||
|
||||
#-- Ollama --#
|
||||
#-- Local llm
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
|
||||
|
||||
0
OpenSUSE/20-set-user-preferences-interactive.sh
Normal file → Executable file
0
OpenSUSE/20-set-user-preferences-interactive.sh
Normal file → Executable file
0
OpenSUSE/README.md
Normal file → Executable file
0
OpenSUSE/README.md
Normal file → Executable file
2
readme.md
Normal file → Executable file
2
readme.md
Normal file → Executable file
@@ -8,7 +8,7 @@ Currently these are the supported distributions
|
||||
Debian will be gnome-oriented solutions when possible
|
||||
|
||||
## OpenSUSE
|
||||
OpenSUSE will be KDE-oriented solutions when possible
|
||||
OpenSUSE will be QT and KDE-oriented solutions when possible
|
||||
|
||||
## Arch
|
||||
Arch has not been decided on yet
|
||||
|
||||
Reference in New Issue
Block a user