mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +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
|
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
|
||||||
|
Reference in New Issue
Block a user