feat: adds fzf and gnome extensions manager

This commit is contained in:
2025-12-24 12:05:10 -07:00
parent de32d9eec7
commit f0c5ee759c
3 changed files with 10 additions and 0 deletions

View File

@@ -59,3 +59,9 @@ 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
#-- Gnome Extension Manager --#
flatpak install flathub com.mattjakeman.ExtensionManager
#-- Feeds --#
flatpak install flathub org.gabmus.gfeeds

View File

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

View File

@@ -19,6 +19,9 @@ zypper -n install wget
#-- zsh --# #-- zsh --#
zypper -n install zsh zypper -n install zsh
#-- fzf --#
zypper -n install fzf
#-- 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