Initial import: Lua config, trimmed omarchy scripts, theme system
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
# archypr:summary=Remove Heroic Games Launcher and its game libraries, configs, and caches.
|
||||
# archypr:requires-sudo=true
|
||||
|
||||
set -e
|
||||
|
||||
archypr-kg-drop heroic-games-launcher-bin
|
||||
|
||||
rm -rf \
|
||||
"$HOME/.config/heroic" \
|
||||
"$HOME/.local/share/heroic" \
|
||||
"$HOME/.cache/heroic" \
|
||||
"$HOME/Games/Heroic"
|
||||
|
||||
echo ""
|
||||
echo "Heroic and its data have been removed."
|
||||
Reference in New Issue
Block a user