Compare commits
2 Commits
0f9b2d067b
...
f343ce2baa
| Author | SHA1 | Date | |
|---|---|---|---|
| f343ce2baa | |||
| f1fd7bdd84 |
@@ -10,14 +10,23 @@ zypper -n install rhythmbox
|
||||
#-- Nextcloud Desktop --#
|
||||
zypper -n install nextcloud-desktop
|
||||
|
||||
#-- falkon Web --#
|
||||
#-- Gnome Web --#
|
||||
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 -n install 1password
|
||||
|
||||
#-- Zed --#
|
||||
curl -f https://zed.dev/install.sh | sh
|
||||
|
||||
#-- Ollama --#
|
||||
#-- Local llm
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
|
||||
Reference in New Issue
Block a user