No longer called directly

This commit is contained in:
David Heinemeier Hansson
2024-06-04 15:18:05 -07:00
parent 0c80a316ec
commit f241365033
4 changed files with 0 additions and 10 deletions

View File

@ -1,6 +1,3 @@
#!/bin/bash
set -e
# Pick a preconfigured theme
THEME=$(gum choose "Tokyo Night" "Catppuccin" "Everforest" "Gruvbox" "Rose Pine" --header "Choose your theme" --height 7 | tr '[:upper:]' '[:lower:]' | sed 's/ /-/g')