Make user for now

This commit is contained in:
David Heinemeier Hansson
2026-06-08 16:41:56 +02:00
parent 01bdd06e10
commit baff7f8080
2 changed files with 0 additions and 0 deletions
-12
View File
@@ -1,12 +0,0 @@
echo "Use dua for Disk Usage TUI"
omarchy-pkg-add dua-cli
omarchy-pkg-drop dust
APP_DIR="$HOME/.local/share/applications"
ICON_DIR="$APP_DIR/icons"
if [ -f "$APP_DIR/Disk Usage.desktop" ]; then
rm "$APP_DIR/Disk Usage.desktop"
omarchy-tui-install "Disk Usage" "dua i" float "$ICON_DIR/Disk Usage.png"
fi