mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Its obvious
This commit is contained in:
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
source ~/.local/share/omarchy/ansi.sh
|
source ~/.local/share/omarchy/ansi.sh
|
||||||
|
|
||||||
echo -e "Welcome to Omarchy!\n"
|
|
||||||
|
|
||||||
if gum confirm "Install editor in addition to Neovim?"; then
|
if gum confirm "Install editor in addition to Neovim?"; then
|
||||||
options=("VSCode" "Cursor" "Zed" "Helix" "Emacs" "Nevermind")
|
options=("VSCode" "Cursor" "Zed" "Helix" "Emacs" "Nevermind")
|
||||||
choice=$(printf "%s\n" "${options[@]}" | gum choose --header "Add programming editor") || exit 0
|
choice=$(printf "%s\n" "${options[@]}" | gum choose --header "Add programming editor") || exit 0
|
||||||
|
Reference in New Issue
Block a user