Compare commits
4 Commits
0f9b2d067b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c4c127aeb | |||
| 923010b9ea | |||
| 5cfea0cf6c | |||
| 5cc4a93fb6 |
@@ -59,3 +59,19 @@ flatpak install -y --noninteractive flathub org.musicbrainz.Picard
|
||||
|
||||
#-- Parabolic --#
|
||||
flatpak install -y --noninteractive flathub org.nickvision.tubeconverter
|
||||
|
||||
#-- Quod Libet --#
|
||||
flatpak install flathub io.github.quodlibet.QuodLibet
|
||||
flatpak install flathub io.github.quodlibet.ExFalso
|
||||
|
||||
#-- Gnome Extension Manager --#
|
||||
flatpak install flathub com.mattjakeman.ExtensionManager
|
||||
|
||||
#-- Feeds --#
|
||||
flatpak install flathub org.gabmus.gfeeds
|
||||
|
||||
#-- iotas --#
|
||||
flatpak install flathub org.gnome.World.Iotas
|
||||
|
||||
#-- Zen Browse --#
|
||||
flatpak install flathub app.zen_browser.zen
|
||||
|
||||
5
13-install-applications-workstation-interactive.sh
Normal file
5
13-install-applications-workstation-interactive.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
#-- Ollama --#
|
||||
#-- Local llm
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
@@ -3,6 +3,7 @@
|
||||
#-- Oh My ZSH --#
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
|
||||
chsh -s $(which zsh)
|
||||
|
||||
#-- flatpak overrides --#
|
||||
sudo flatpak override --filesystem=$HOME/.themes
|
||||
|
||||
@@ -19,6 +19,13 @@ zypper -n install wget
|
||||
#-- zsh --#
|
||||
zypper -n install zsh
|
||||
|
||||
#-- fzf --#
|
||||
zypper -n install fzf
|
||||
|
||||
#-- bat --#
|
||||
#-- Replacement for cat --#
|
||||
zypper -n install bat
|
||||
|
||||
#-- GNU Stow --#
|
||||
#-- Stow is a utility that can symlink your dot files to your home directory
|
||||
zypper -n install stow
|
||||
|
||||
@@ -10,15 +10,21 @@ 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
|
||||
|
||||
#-- Ollama --#
|
||||
#-- Local llm
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
#-- Zed --#
|
||||
curl -f https://zed.dev/install.sh | sh
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user