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" <