Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikhsan3adi/cursor-as-vscode-installer

Download and convert latest Cursor AppImage to debian package installation to get benefits like using VSCode.
https://github.com/ikhsan3adi/cursor-as-vscode-installer

bash cursor debian ide linux shell text-editor ubuntu vscode

Last synced: 3 months ago
JSON representation

Download and convert latest Cursor AppImage to debian package installation to get benefits like using VSCode.

Awesome Lists containing this project

README

        

# Install Cursor.sh like Visual Studio Code

Download and convert latest Cursor AppImage to debian package installation to get benefits like using VSCode e.g.

```bash
# open from terminal

# vscode
code dir/to/project

# cursor
cursor dir/to/project # you can do it like this!
```

## System Requirements

- Debian/Ubuntu derivatives

## How to use

1. Clone this repository

2. Run `install.sh`

```bash
./install.sh
```

3. If you already have an AppImage file, put it in the root project directory

```bash
./install.sh
'Do you already have an AppImage file in this directory? [y/n] (Default: n)'
y
```