diff --git a/12-install-flatpaks-workstation.sh b/12-install-flatpaks-workstation.sh old mode 100644 new mode 100755 index 4830aee..276acb4 --- a/12-install-flatpaks-workstation.sh +++ b/12-install-flatpaks-workstation.sh @@ -59,3 +59,9 @@ flatpak install -y --noninteractive flathub org.musicbrainz.Picard #-- Parabolic --# flatpak install -y --noninteractive flathub org.nickvision.tubeconverter + +#-- Gnome Extension Manager --# +flatpak install flathub com.mattjakeman.ExtensionManager + +#-- Feeds --# +flatpak install flathub org.gabmus.gfeeds diff --git a/13-install-applications-workstation-interactive.sh b/13-install-applications-workstation-interactive.sh new file mode 100644 index 0000000..98e8c87 --- /dev/null +++ b/13-install-applications-workstation-interactive.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +#-- Ollama --# +#-- Local llm +curl -fsSL https://ollama.com/install.sh | sh diff --git a/20-set-user-preferences-interactive.sh b/20-set-user-preferences-interactive.sh old mode 100644 new mode 100755 index e0e3256..0b951ed --- a/20-set-user-preferences-interactive.sh +++ b/20-set-user-preferences-interactive.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 diff --git a/Debian/00-install-utilities.sh b/Debian/00-install-utilities.sh old mode 100644 new mode 100755 diff --git a/Debian/10-install-applications-universal.sh b/Debian/10-install-applications-universal.sh old mode 100644 new mode 100755 diff --git a/Debian/11-install-applications-server.sh b/Debian/11-install-applications-server.sh old mode 100644 new mode 100755 diff --git a/Debian/11-install-applications-workstation.sh b/Debian/11-install-applications-workstation.sh old mode 100644 new mode 100755 diff --git a/Debian/20-set-user-preferences-interactive.sh b/Debian/20-set-user-preferences-interactive.sh old mode 100644 new mode 100755 diff --git a/Debian/readme.md b/Debian/readme.md old mode 100644 new mode 100755 diff --git a/OpenSUSE/00-install-utilities.sh b/OpenSUSE/00-install-utilities.sh old mode 100644 new mode 100755 index 0135c08..3444c1b --- a/OpenSUSE/00-install-utilities.sh +++ b/OpenSUSE/00-install-utilities.sh @@ -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 diff --git a/OpenSUSE/10-install-applications-universal.sh b/OpenSUSE/10-install-applications-universal.sh old mode 100644 new mode 100755 diff --git a/OpenSUSE/11-install-applications-server.sh b/OpenSUSE/11-install-applications-server.sh old mode 100644 new mode 100755 diff --git a/OpenSUSE/11-install-applications-workstation.sh b/OpenSUSE/11-install-applications-workstation.sh old mode 100644 new mode 100755 index 9ba28ac..828a51d --- a/OpenSUSE/11-install-applications-workstation.sh +++ b/OpenSUSE/11-install-applications-workstation.sh @@ -1,15 +1,9 @@ #!/bin/sh ######################################### -######## Debian Repository ############## +######## OpenSUSE Repository ############ ######################################### -#-- WezTerm -zypper -n install wezterm - -#-- Flatpak Gnome Software Plugin --# -zypper -n install discover6 - #-- Rhythmbox --# zypper -n install rhythmbox @@ -17,14 +11,20 @@ zypper -n install rhythmbox zypper -n install nextcloud-desktop #-- Gnome Web --# -zypper -n install falkon +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 install 1password +sudo zypper -n install 1password + +#-- Zed --# +curl -f https://zed.dev/install.sh | sh -#-- Ollama 00--# -#-- Local llm -curl -fsSL https://ollama.com/install.sh | sh diff --git a/OpenSUSE/20-set-user-preferences-interactive.sh b/OpenSUSE/20-set-user-preferences-interactive.sh old mode 100644 new mode 100755 diff --git a/OpenSUSE/README.md b/OpenSUSE/README.md old mode 100644 new mode 100755 diff --git a/readme.md b/readme.md old mode 100644 new mode 100755 index 253fd97..8711295 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Currently these are the supported distributions Debian will be gnome-oriented solutions when possible ## OpenSUSE -OpenSUSE will be KDE-oriented solutions when possible +OpenSUSE will be QT and KDE-oriented solutions when possible ## Arch Arch has not been decided on yet