From 5800a0f4a1c9ba0020b68aaecd90126139b87ecc Mon Sep 17 00:00:00 2001 From: Pete Jackson Date: Wed, 7 Jan 2026 01:41:36 -0500 Subject: [PATCH] Suppress generic post-install instructions in voxtype setup (#4106) Voxtype v0.4.9 adds a --no-post-install flag that suppresses the "Next steps" instructions after downloading the model. Since Omarchy handles systemd setup, hotkey configuration, and displays its own success notification, these generic instructions are redundant and potentially confusing to users. The flag still shows download progress, just suppresses the post-download instructions. --- bin/omarchy-voxtype-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-voxtype-install b/bin/omarchy-voxtype-install index 28e75a0b..69eb2940 100755 --- a/bin/omarchy-voxtype-install +++ b/bin/omarchy-voxtype-install @@ -11,7 +11,7 @@ if gum confirm "Install Voxtype + AI model (~400MB) to enable dictation?"; then mkdir -p ~/.config/voxtype cp $OMARCHY_PATH/default/voxtype/config.toml ~/.config/voxtype/ - voxtype setup --download + voxtype setup --download --no-post-install voxtype setup systemd omarchy-restart-waybar