Skip to content

Commit

Permalink
fix: show more options in without scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehsiao committed Dec 7, 2024
1 parent b78c02f commit abab498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/first-run-choices.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OPTIONAL_APPS=("Spotify" "Zoom" "Audacity" "Slack" "Zulip" "Inkscape" "DrawIO")
DEFAULT_OPTIONAL_APPS='Audacity,Slack,Inkscape,DrawIO'
export OMAKASEBLUE_FIRST_RUN_OPTIONAL_APPS=$(gum choose "${OPTIONAL_APPS[@]}" --no-limit --selected $DEFAULT_OPTIONAL_APPS --height 7 --header "Select optional apps" | tr ' ' '-')
export OMAKASEBLUE_FIRST_RUN_OPTIONAL_APPS=$(gum choose "${OPTIONAL_APPS[@]}" --no-limit --selected $DEFAULT_OPTIONAL_APPS --height 10 --header "Select optional apps" | tr ' ' '-')

AVAILABLE_LANGUAGES=("Ruby on Rails" "Node.js" "Go" "PHP" "Python" "Elixir" "Rust" "Java")
SELECTED_LANGUAGES="Rust","Python"
Expand Down

0 comments on commit abab498

Please sign in to comment.