Fix installation references

This commit is contained in:
David Heinemeier Hansson
2025-07-21 19:58:54 -04:00
parent f346c78826
commit 785d575ecc

View File

@ -8,9 +8,9 @@ if gum confirm "Install editor in addition to Neovim?"; then
case "$choice" in case "$choice" in
VSCode) yay -Sy --noconfirm --needed vscodium-electron-bin ;; 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 ;; 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 ;; Emacs) yay -Sy --noconfirm --needed emacs ;;
Nevermind) ;; Nevermind) ;;
esac esac