This repository contains a bash script to easily install the Cursor AI IDE on Linux systems.
- Automatically downloads the latest version of Cursor AI IDE
- Handles removal of previous installations
- Sets up proper file permissions and ownership
- Creates desktop entry for easy launching
- Installs required dependencies
- Linux system with
apt
package manager sudo
privileges- Internet connection
-
Clone this repository:
git clone https://github.com/muhammadhaad/shell_scripts.git cd shell_scripts
Or download the install script directly:
wget https://raw.githubusercontent.com/muhammadhaad/shell_scripts/main/install_cursor.sh
-
Make the script executable:
chmod +x install_cursor.sh
-
Run the installation script:
./install_cursor.sh