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
FONT=$(gum choose "Cascadia Mono" "Fira Mono" "JetBrains Mono" "Meslo" --header "Choose your programming font:" --height 6 | tr '[:upper:]' '[:lower:]' | sed 's/ /-/g')

View File

@ -1,4 +1,2 @@
#!/bin/bash
HELP=$(gum choose "Hotkeys" "Commands" "Tactile" --header "What do you need help with?" --height 5 | tr '[:upper:]' '[:lower:]')
[ -n "$HELP" ] && gum pager <$OMAKUB_PATH/help/$HELP.md

View File

@ -1,4 +1,2 @@
#!/bin/bash
INSTALLER=$(gum file $OMAKUB_PATH/install)
[ -n "$INSTALLER" ] && gum confirm "Run installer?" && source $INSTALLER

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')