Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ikhsan3adi/cursor-as-vscode-installer
- Owner: ikhsan3adi
- License: mit
- Created: 2024-05-26T03:15:49.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T14:21:32.000Z (7 months ago)
- Last Synced: 2024-05-29T02:19:54.518Z (7 months ago)
- Topics: bash, cursor, debian, ide, linux, shell, text-editor, ubuntu, vscode
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```