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:
parent
e8272a4dd1
commit
ec49d9d4ab
4 changed files with 2 additions and 66 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# vim: set ft=make :
|
||||
|
||||
change-root-shell:
|
||||
sudo lchsh -i
|
||||
Loading…
Add table
Add a link
Reference in a new issue