Add heroic and just go with lutris

This commit is contained in:
David Heinemeier Hansson
2026-05-04 10:31:06 +02:00
parent 5653d9a094
commit 1a57257fbf
5 changed files with 36 additions and 11 deletions
-23
View File
@@ -1,23 +0,0 @@
#!/bin/bash
# omarchy:summary=Remove Battle.net along with Lutris, Wine, umu-launcher, and all their configs and caches.
# omarchy:requires-sudo=true
set -e
omarchy-pkg-drop lutris wine-staging wine-mono wine-gecko winetricks python-protobuf umu-launcher
rm -rf \
"$HOME/Games/battlenet" \
"$HOME/Games/battle-net" \
"$HOME/.config/lutris" \
"$HOME/.local/share/lutris" \
"$HOME/.cache/lutris" \
"$HOME/.local/share/umu" \
"$HOME/.cache/umu" \
"$HOME/.wine" \
"$HOME/.cache/wine" \
"$HOME/.cache/winetricks"
echo ""
echo "Battle.net, Lutris, Wine, umu-launcher, and their configs have been removed."