Switch to cli tools for matrix and multiplexer

This commit is contained in:
2024-05-02 00:48:08 +01:00
parent e193758578
commit 5cda5e543c
4 changed files with 99 additions and 8 deletions

View File

@@ -11,10 +11,13 @@ if [ ! $(command -v paru) ]; then
fi
# Install script dependencies
paru -Sy curl git stow bat fzf eza zoxide less nextcloud-client
paru -Sy curl git stow bat fzf less nextcloud-client
# Install Apps
paru -Sy gitg vscodium-bin ollama obsidian signal-desktop fragments fractal secrets newsflash eyedropper obfuscate gnome-console gnome-calendar impression gnome-podcasts geary gnome-builder epiphany brave-bin
paru -Sy gitg vscodium-bin ollama obsidian signal-desktop fragments secrets newsflash eyedropper obfuscate gnome-console gnome-calendar impression gnome-podcasts geary gnome-builder epiphany brave-bin
# Install CLI Apps
paru -Sy iamb tmux
if [ $(pwd) != "$HOME/dotfiles" ]; then
cd $HOME