feat: adds fzf and gnome extensions manager
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user