Compare commits

..

4 Commits

Author SHA1 Message Date
7c4c127aeb FEAT: Adds Quod Libet and Ex Falso apps to flathub installs (#3)
Adds installation of Quod Libet music player and Ex Falso tag editor from flathub.

Reviewed-on: #3
2026-02-16 13:56:24 -07:00
923010b9ea feat: adds installation of zen browser flatpak (#2)
Adds flathub install for Zen Browser

Reviewed-on: #2
2026-01-04 12:17:05 -07:00
5cfea0cf6c feat: adds iotas flatpak 2025-12-25 15:24:54 -07:00
5cc4a93fb6 FEAT: OpenSUSE changes (#1)
- Adds Standard apps to install on OpenSUSE devices
- Changes OpenSUSE apps to be GTK/GNOME-based

Reviewed-on: #1
2025-12-25 10:40:50 -07:00
5 changed files with 29 additions and 3 deletions

View File

@@ -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

View File

@@ -0,0 +1,5 @@
#!/bin/bash
#-- Ollama --#
#-- Local llm
curl -fsSL https://ollama.com/install.sh | sh

View File

@@ -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

View File

@@ -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

View File

@@ -27,7 +27,4 @@ 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