Skip to content

Commit

Permalink
Add Zed as an optional editor choice
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jul 12, 2024
1 parent dced874 commit 66182b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/omakub-sub/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CHOICES=(
"Audacity Record and edit audio"
"Ollama Run LLMs, like Meta's Llama3, locally"
"RubyMine IntelliJ's commercial Ruby editor"
"Zed Fast all-purpose editor"
"Spotify Stream music from the world's most popular service"
"Steam Play games from Valve's store"
"Zoom Attend and host video chat meetings"
Expand All @@ -16,7 +17,7 @@ CHOICES=(
"<< Back "
)

CHOICE=$(gum choose "${CHOICES[@]}" --height 17 --header "Install application")
CHOICE=$(gum choose "${CHOICES[@]}" --height 18 --header "Install application")

if [[ "$CHOICE" == "<< Back"* ]] || [[ -z "$CHOICE" ]]; then
# Don't install anything
Expand Down
1 change: 1 addition & 0 deletions install/desktop/optional/app-zed.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
curl https://zed.dev/install.sh | sh
4 changes: 4 additions & 0 deletions uninstall/app-zed.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rm -rf ~/.local/zed.app
rm -rf ~/.local/bin/zed
rm .rf ~/.local/share/applications/dev.zed.Zed.desktop
rm -rf ~/.config/zed

0 comments on commit 66182b8

Please sign in to comment.