Refactoring install

This commit is contained in:
2026-03-15 16:24:30 +00:00
parent 10939f2ea3
commit b3637e4d6f
19 changed files with 234 additions and 88 deletions

View File

@@ -0,0 +1,5 @@
#! /bin/zsh
zenity --title="$1" --info --text="$2" \
|| gum confirm "You closed the dialog, do you want to continue?" \
|| break