mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Fix installation references
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user