chore: remove bling justfiles (#95) (#97)

what we're losing with this:
- distrobox-rocky & distrobox-alpine (could be added to config if wanted)
- emudeck & deckyloader install scripts (unmaintained, undocumented)
- setup-gaming (installs random collection of flatpaks, unmaintained, legacy)
- funnily named nix recipes (nix me up)(unmaintained, exists in config with different names)
This commit is contained in:
xyny 2024-01-14 17:35:31 +00:00 committed by GitHub
parent e8272a4dd1
commit ec49d9d4ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 66 deletions

View file

@ -1,3 +1,2 @@
import 'bling/distrobox.just'
import 'bling/gaming.just'
import 'bling/shells.just'
# this file is kept here to not break just for people that still import this
# will be removed in a later version

View file

@ -1,29 +0,0 @@
# vim: set ft=make :
update-distrobox-git:
echo 'Installing latest git snapshot of Distrobox'
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~/.local
[private]
create-distrobox PRETTY_NAME IMAGE_TAG CONTAINER_NAME:
echo "Creating {{PRETTY_NAME}} distrobox..."
distrobox create --nvidia -i quay.io/toolbx-images/{{IMAGE_TAG}} -n {{CONTAINER_NAME}} -Y
distrobox-almalinux: (create-distrobox "Alma Linux" "almalinux-toolbox:latest" "alma")
distrobox-alpine: (create-distrobox "Alpine" "alpine-toolbox:edge" "alpine")
distrobox-archlinux: (create-distrobox "Arch Linux" "archlinux-toolbox:latest" "arch")
distrobox-centos: (create-distrobox "Centos Stream" "centos-toolbox:stream9" "centos")
distrobox-rocky: (create-distrobox "Rocky Linux" "rockylinux-toolbox:latest" "rocky")
distrobox-gamebox:
echo 'Creating Arch-based Gaming distrobox...'
distrobox create --nvidia -i ghcr.io/ublue-os/bazzite-arch -n bazzite-arch -Y
distrobox-bluefin:
echo 'Creating Bluefin Ubuntu distrobox...'
distrobox create --nvidia -i ghcr.io/ublue-os/ubuntu-toolbox:latest -n bluefin-ubuntu -Y

View file

@ -1,30 +0,0 @@
# vim: set ft=make :
setup-gaming:
echo 'Setting up gaming experience ... lock and load.'
distrobox create --nvidia -i ghcr.io/ublue-os/bazzite-arch gamebox
flatpak install -y --user \\
com.discordapp.Discord \\
com.feaneron.Boatswain \\
org.freedesktop.Platform.VulkanLayer.MangoHud//22.08 \\
org.freedesktop.Platform.VulkanLayer.OBSVkCapture//22.08 \\
org.freedesktop.Platform.VulkanLayer.vkBasalt//22.08 \\
com.heroicgameslauncher.hgl \\
com.obsproject.Studio \\
com.obsproject.Studio.Plugin.OBSVkCapture \\
com.obsproject.Studio.Plugin.Gstreamer \\
com.usebottles.bottles \\
com.valvesoftware.Steam \\
com.valvesoftware.Steam.Utility.gamescope \\
net.davidotek.pupgui2
flatpak override com.usebottles.bottles --user --filesystem=xdg-data/applications
flatpak override --user --env=MANGOHUD=1 com.valvesoftware.Steam
flatpak override --user --env=MANGOHUD=1 com.heroicgameslauncher.hgl
emudeck:
wget -O "$HOME/Desktop/emudeck.desktop" "https://www.emudeck.com/EmuDeck.desktop"
chmod +x "$HOME/Desktop/emudeck.desktop"
kioclient exec "$HOME/Desktop/emudeck.desktop"
deckyloader:
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh

View file

@ -1,4 +0,0 @@
# vim: set ft=make :
change-root-shell:
sudo lchsh -i