From aba16441d5beea1a574c8bb9812b495b51d98c85 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 Nov 2024 16:42:07 -0800 Subject: [PATCH] Revert "Cursor AI Editor" --- bin/omakub-sub/install.sh | 1 - install/desktop/optional/app-cursor.sh | 22 ---------------------- uninstall/app-cursor.sh | 3 --- 3 files changed, 26 deletions(-) delete mode 100644 install/desktop/optional/app-cursor.sh delete mode 100644 uninstall/app-cursor.sh diff --git a/bin/omakub-sub/install.sh b/bin/omakub-sub/install.sh index 5f92285..3e35081 100644 --- a/bin/omakub-sub/install.sh +++ b/bin/omakub-sub/install.sh @@ -4,7 +4,6 @@ CHOICES=( "1password Manage your passwords securely across devices" "Audacity Record and edit audio" "Brave Chrome-based browser with built-in ad blocking" - "Cursor The AI Code Editor" "Doom Emacs Emacs framework with curated list of packages" "Dropbox Sync files across computers with ease" "OBS Studio Record screencasts with inputs from both display + webcam" diff --git a/install/desktop/optional/app-cursor.sh b/install/desktop/optional/app-cursor.sh deleted file mode 100644 index 0d1eef8..0000000 --- a/install/desktop/optional/app-cursor.sh +++ /dev/null @@ -1,22 +0,0 @@ -cd /tmp -curl -L o cursor.appimage https://downloader.cursor.sh/linux/appImage/x64 -sudo mv cursor.appimage /opt/cursor.appimage -sudo chmod +x /opt/cursor.appimage -sudo apt install -y fuse - -DESKTOP_FILE="/usr/share/applications/cursor.desktop" - -sudo bash -c "cat > $DESKTOP_FILE" <