Compare commits

..

2 Commits

16 changed files with 10 additions and 42 deletions

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

@@ -59,19 +59,3 @@ 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

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

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

@@ -3,7 +3,6 @@
#-- 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

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

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

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

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

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

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

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

@@ -19,13 +19,6 @@ 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

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

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

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

@@ -1,9 +1,12 @@
#!/bin/sh
#########################################
######## OpenSUSE Repository ############
######## Debian Repository ##############
#########################################
#-- WezTerm
zypper -n install wezterm
#-- Rhythmbox --#
zypper -n install rhythmbox
@@ -13,18 +16,12 @@ zypper -n install nextcloud-desktop
#-- 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
sudo zypper install 1password
#-- Ollama 00--#
#-- Local llm
curl -fsSL https://ollama.com/install.sh | sh

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

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

2
readme.md Executable file → Normal file
View File

@@ -8,7 +8,7 @@ Currently these are the supported distributions
Debian will be gnome-oriented solutions when possible
## OpenSUSE
OpenSUSE will be QT and KDE-oriented solutions when possible
OpenSUSE will be gnome-oriented solutions when possible
## Arch
Arch has not been decided on yet