From c9e0dd7c15260eb73d59b9996a5a9a17548afd59 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 25 Jan 2024 08:20:48 -0500 Subject: don't use script files --- initial_setup.sh | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 initial_setup.sh (limited to 'initial_setup.sh') diff --git a/initial_setup.sh b/initial_setup.sh deleted file mode 100755 index 0d60ddc..0000000 --- a/initial_setup.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env bash -set -euxo pipefail - -# make sure we're using the right flathub -flatpak remote-delete flathub --force -flatpak remote-add --system --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo -flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - -# add all of our stuff :) -to_install=( - "com.raggesilver.BlackBox" - "io.github.celluloid_player.Celluloid" - "com.spotify.Client" - "com.discordapp.Discord" - "com.mattjakeman.ExtensionManager" - "org.mozilla.firefox" - "com.github.tchx84.Flatseal" - "org.freedesktop.Platform.VulkanLayer.MangoHud" - "org.prismlauncher.PrismLauncher" - "io.github.flattool.Warehouse" -) - -for id in "${to_install[@]}"; do - flatpak install --user --noninteractive flathub "$id" -done -- cgit v1.2.3