No need to carry this

This commit is contained in:
David Heinemeier Hansson 2025-08-06 23:16:12 +02:00
parent 26b09bb218
commit 722fa73bc8

View File

@ -7,7 +7,6 @@ if [ -z "$1" ]; then
extra_themes=$(find ~/.config/omarchy/themes -mindepth 1 -maxdepth 1 -type d ! -xtype l -printf '%f\n')
if [[ -n "$extra_themes" ]]; then
# THEME_NAME=$(gum choose --header="Remove extra theme" "$extra_themes")
THEME_NAME=$(echo -e "$extra_themes" | gum choose --header="Remove extra theme")
else
echo "No extra themes installed."