diff --git a/applications/icons/cursor.png b/applications/icons/cursor.png new file mode 100644 index 0000000..3345b7d Binary files /dev/null and b/applications/icons/cursor.png differ diff --git a/bin/omakub-sub/install.sh b/bin/omakub-sub/install.sh index 3e35081..48f49fc 100644 --- a/bin/omakub-sub/install.sh +++ b/bin/omakub-sub/install.sh @@ -4,6 +4,7 @@ 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 new file mode 100644 index 0000000..8c56fba --- /dev/null +++ b/install/desktop/optional/app-cursor.sh @@ -0,0 +1,25 @@ +cd /tmp +curl -L --output cursor.appimage https://downloader.cursor.sh/linux/x64 +sudo mv cursor.appimage /opt/cursor.appimage +sudo chmod +x /opt/cursor.appimage +sudo apt install -y fuse3 +sudo apt install -y libfuse2t64 + +DESKTOP_FILE="/usr/share/applications/cursor.desktop" + +sudo bash -c "cat > $DESKTOP_FILE" <