mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-05 21:44:20 +01:00
7 lines
259 B
Bash
7 lines
259 B
Bash
# Install optional apps
|
|
apps=$(gum choose "1password" "Spotify" "Zoom" "Dropbox" --no-limit --selected "1password","Spotify","Zoom" --height 6 --header "Select optional apps")
|
|
|
|
for app in $apps; do
|
|
source "$OMAKUB_PATH/install/optional/app-${app,,}.sh"
|
|
done
|