Compare commits
8 Commits
main
...
f343ce2baa
| Author | SHA1 | Date | |
|---|---|---|---|
| f343ce2baa | |||
| f1fd7bdd84 | |||
| 0f9b2d067b | |||
| de9220d9fd | |||
| 4316e89d7e | |||
| 7ed8842b6c | |||
| 300a27a1fa | |||
| 94e0957134 |
@@ -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
|
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -27,4 +27,7 @@ sudo zypper -n install 1password
|
|||||||
#-- Zed --#
|
#-- Zed --#
|
||||||
curl -f https://zed.dev/install.sh | sh
|
curl -f https://zed.dev/install.sh | sh
|
||||||
|
|
||||||
|
#-- Ollama --#
|
||||||
|
#-- Local llm
|
||||||
|
curl -fsSL https://ollama.com/install.sh | sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user