mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 13:04:21 +01:00
Add Zed as an optional editor choice
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
|
||||
1
install/desktop/optional/app-zed.sh
Normal file
1
install/desktop/optional/app-zed.sh
Normal file
@@ -0,0 +1 @@
|
||||
curl https://zed.dev/install.sh | sh
|
||||
4
uninstall/app-zed.sh
Normal file
4
uninstall/app-zed.sh
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user