From 785d575ecc551a57849cc569a485c0289fd22a26 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 19:58:54 -0400 Subject: [PATCH] Fix installation references --- bin/omarchy-first-run-flow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index 4eb1af3..88dffc8 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -8,9 +8,9 @@ if gum confirm "Install editor in addition to Neovim?"; then case "$choice" in VSCode) yay -Sy --noconfirm --needed vscodium-electron-bin ;; - Cursor) yay -Sy --noconfirm --needed cursor ;; + Cursor) yay -Sy --noconfirm --needed cursor-bin ;; Zed) yay -Sy --noconfirm --needed zed ;; - Helix) yay -Sy --noconfirm --needed helix-bin ;; + Helix) yay -Sy --noconfirm --needed helix ;; Emacs) yay -Sy --noconfirm --needed emacs ;; Nevermind) ;; esac