Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosa12/cursor_update
Update CursorAI with a shell script
https://github.com/kosa12/cursor_update
ai archlinux cursor linux shell updater
Last synced: 14 days ago
JSON representation
Update CursorAI with a shell script
- Host: GitHub
- URL: https://github.com/kosa12/cursor_update
- Owner: kosa12
- Created: 2024-11-04T19:49:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T20:20:21.000Z (3 months ago)
- Last Synced: 2024-11-20T12:58:51.223Z (3 months ago)
- Topics: ai, archlinux, cursor, linux, shell, updater
- Language: Shell
- Homepage: https://dev.to/kosa12/update-cursor-ai-on-linux-a0h
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cursor Installation Script for Arch Linux
This script automates the installation and updating of the Cursor application on your Arch Linux system. It downloads the latest version of the Cursor AppImage, makes it executable, and creates a desktop entry for easy access from your application menu.
## Features
- Automatically fetches the latest version of Cursor.
- Checks for existing installations and updates if a new version is available.
- Creates a desktop entry for easy access.
- Downloads the application icon if not already present.## Prerequisites
- **Arch Linux**: This script is designed for Arch Linux systems.
- **Curl**: The script requires `curl` to download files. If you don't have `curl` installed, you can install it using the following command:
```bash
sudo pacman -S curl## Installation Instructions
Follow these steps to install or update the Cursor application on your Arch Linux system:
1. **Clone the Repository** (if applicable) or download the script directly:
```bash
git clone https://github.com/kosa12/cursor_update
cd https://github.com/kosa12/cursor_update2. **Make the Script Executable**: Open a terminal and run the following command to make the installation script executable:
```bash
chmod +x cursor_update.sh3. **Run the script**: Execute the script to install or update Cursor:
```bash
./cursor_update.sh4. **Launch Cursor**: In the application menu on your computer should be the Cursor program now