Compare commits
2 Commits
main
...
300a27a1fa
| Author | SHA1 | Date | |
|---|---|---|---|
| 300a27a1fa | |||
| 94e0957134 |
16
12-install-flatpaks-workstation.sh
Executable file → Normal file
16
12-install-flatpaks-workstation.sh
Executable file → Normal file
@@ -59,19 +59,3 @@ flatpak install -y --noninteractive flathub org.musicbrainz.Picard
|
|||||||
|
|
||||||
#-- Parabolic --#
|
#-- Parabolic --#
|
||||||
flatpak install -y --noninteractive flathub org.nickvision.tubeconverter
|
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
|
|
||||||
|
|||||||
@@ -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
1
20-set-user-preferences-interactive.sh
Executable file → Normal file
@@ -3,7 +3,6 @@
|
|||||||
#-- Oh My ZSH --#
|
#-- Oh My ZSH --#
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
|
||||||
chsh -s $(which zsh)
|
|
||||||
|
|
||||||
#-- flatpak overrides --#
|
#-- flatpak overrides --#
|
||||||
sudo flatpak override --filesystem=$HOME/.themes
|
sudo flatpak override --filesystem=$HOME/.themes
|
||||||
|
|||||||
0
Debian/00-install-utilities.sh
Executable file → Normal file
0
Debian/00-install-utilities.sh
Executable file → Normal file
0
Debian/10-install-applications-universal.sh
Executable file → Normal file
0
Debian/10-install-applications-universal.sh
Executable file → Normal file
0
Debian/11-install-applications-server.sh
Executable file → Normal file
0
Debian/11-install-applications-server.sh
Executable file → Normal file
0
Debian/11-install-applications-workstation.sh
Executable file → Normal file
0
Debian/11-install-applications-workstation.sh
Executable file → Normal file
0
Debian/20-set-user-preferences-interactive.sh
Executable file → Normal file
0
Debian/20-set-user-preferences-interactive.sh
Executable file → Normal file
0
Debian/readme.md
Executable file → Normal file
0
Debian/readme.md
Executable file → Normal file
7
OpenSUSE/00-install-utilities.sh
Executable file → Normal file
7
OpenSUSE/00-install-utilities.sh
Executable file → Normal file
@@ -19,13 +19,6 @@ zypper -n install wget
|
|||||||
#-- zsh --#
|
#-- zsh --#
|
||||||
zypper -n install zsh
|
zypper -n install zsh
|
||||||
|
|
||||||
#-- fzf --#
|
|
||||||
zypper -n install fzf
|
|
||||||
|
|
||||||
#-- bat --#
|
|
||||||
#-- Replacement for cat --#
|
|
||||||
zypper -n install bat
|
|
||||||
|
|
||||||
#-- GNU Stow --#
|
#-- GNU Stow --#
|
||||||
#-- Stow is a utility that can symlink your dot files to your home directory
|
#-- Stow is a utility that can symlink your dot files to your home directory
|
||||||
zypper -n install stow
|
zypper -n install stow
|
||||||
|
|||||||
0
OpenSUSE/10-install-applications-universal.sh
Executable file → Normal file
0
OpenSUSE/10-install-applications-universal.sh
Executable file → Normal file
0
OpenSUSE/11-install-applications-server.sh
Executable file → Normal file
0
OpenSUSE/11-install-applications-server.sh
Executable file → Normal file
21
OpenSUSE/11-install-applications-workstation.sh
Executable file → Normal file
21
OpenSUSE/11-install-applications-workstation.sh
Executable file → Normal file
@@ -1,9 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
######## OpenSUSE Repository ############
|
######## Debian Repository ##############
|
||||||
#########################################
|
#########################################
|
||||||
|
|
||||||
|
#-- WezTerm
|
||||||
|
zypper -n install wezterm
|
||||||
|
|
||||||
#-- Rhythmbox --#
|
#-- Rhythmbox --#
|
||||||
zypper -n install rhythmbox
|
zypper -n install rhythmbox
|
||||||
|
|
||||||
@@ -11,20 +14,14 @@ zypper -n install rhythmbox
|
|||||||
zypper -n install nextcloud-desktop
|
zypper -n install nextcloud-desktop
|
||||||
|
|
||||||
#-- Gnome Web --#
|
#-- Gnome Web --#
|
||||||
zypper -n install epiphany
|
zypper -n install epiphany
|
||||||
|
|
||||||
#-- Geary --#
|
|
||||||
zypper -n install geary
|
|
||||||
|
|
||||||
#-- Gnome Calendar --#
|
|
||||||
sudo zypper -n install gnome-calendar
|
|
||||||
|
|
||||||
#-- 1Password --#
|
#-- 1Password --#
|
||||||
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
|
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
|
||||||
zypper addrepo https://downloads.1password.com/linux/rpm/stable/x86_64 1password
|
zypper addrepo https://downloads.1password.com/linux/rpm/stable/x86_64 1password
|
||||||
sudo zypper -n install 1password
|
sudo zypper install 1password
|
||||||
|
|
||||||
#-- Zed --#
|
|
||||||
curl -f https://zed.dev/install.sh | sh
|
|
||||||
|
|
||||||
|
#-- Ollama 00--#
|
||||||
|
#-- Local llm
|
||||||
|
curl -fsSL https://ollama.com/install.sh | sh
|
||||||
|
|
||||||
|
|||||||
0
OpenSUSE/20-set-user-preferences-interactive.sh
Executable file → Normal file
0
OpenSUSE/20-set-user-preferences-interactive.sh
Executable file → Normal file
0
OpenSUSE/README.md
Executable file → Normal file
0
OpenSUSE/README.md
Executable file → Normal file
2
readme.md
Executable file → Normal file
2
readme.md
Executable file → Normal file
@@ -8,7 +8,7 @@ Currently these are the supported distributions
|
|||||||
Debian will be gnome-oriented solutions when possible
|
Debian will be gnome-oriented solutions when possible
|
||||||
|
|
||||||
## OpenSUSE
|
## OpenSUSE
|
||||||
OpenSUSE will be QT and KDE-oriented solutions when possible
|
OpenSUSE will be gnome-oriented solutions when possible
|
||||||
|
|
||||||
## Arch
|
## Arch
|
||||||
Arch has not been decided on yet
|
Arch has not been decided on yet
|
||||||
|
|||||||
Reference in New Issue
Block a user