We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe663d commit 9176262Copy full SHA for 9176262
install/bootstrap_apps_gui.sh
@@ -302,6 +302,9 @@ if is_profile_admin_or_similar; then
302
# Electronic Design
303
is_macos && homebrew_brew_cask_install "kicad" # Electronic circuit design
304
305
+ # Text to Speech
306
+ is_macos && homebrew_brew_cask_install "handy" # Faster humant to computer words per minute ever
307
+
308
is_macos && homebrew_brew_cask_install "__commit_aggregated__"
309
is_fedora && fedora_dnf_install "__commit_aggregated__"
310
is_archl && archlinux_pacman_install "__commit_aggregated__"
0 commit comments