17 lines
529 B
Bash
Executable File
17 lines
529 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
sudo pacman -S --noconfirm --needed spotify-launcher steam
|
|
|
|
yay -S --answerdiff None --answerclean All --noconfirm vesktop
|
|
|
|
flatpak install -y flathub org.prismlauncher.PrismLauncher
|
|
|
|
rm -rf ~/.config/Vencord
|
|
cp -r ~/Dotfiles/desktopenvs/hyprland/Vencord ~/.config/
|
|
cp -r ~/Dotfiles/desktopenvs/hyprland/Vencord ~/.config/vesktop
|
|
|
|
curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
|
|
rm -rf ~/.config/spicetify
|
|
ln -sf ~/Dotfiles/desktopenvs/hyprland/spicetify ~/.config/
|