Skip to content

Automated patch scripts to better integrate Cursor with Ubuntu/Debian UI environments

License

Notifications You must be signed in to change notification settings

mkarajohn/cursor_linux_patch_scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursor Patch 🛠️

A maintenance script for enhancing Cursor editor on Linux systems. Removes window frame for better Wayland compatibility and provides easy update management.

Cursor Logo

Features ✨

  • Automated patching of Cursor AppImage
  • Desktop integration with proper icon
  • Built-in update mechanism
  • Clean uninstall capability
  • Wayland compatibility improvements

Installation 📥

Quick Install

Run the following command in your terminal:

curl -fsSL https://raw.githubusercontent.com/mkarajohn/cursor_linux_patch_scripts/master/cursor-install.sh | bash

Manual Install

  1. Get the installation script:
  • Either by downloading it directly:
wget https://raw.githubusercontent.com/mkarajohn/cursor_linux_patch_scripts/master/cursor-install.sh
  • or by cloning the repo with git clone git@github.com:mkarajohn/cursor_linux_patch_scripts.git

  • or by downloading a .zip file of the repo

and then

  1. Run the script:
cursor-install.sh
  1. Update Cursor:
$HOME/Applications/cursor/cursor-update.sh

Uninstallation

Run the following command in your terminal:

rm -rf $HOME/Applications/cursor $HOME/.icons/cursor.png $HOME/.local/share/applications/cursor.desktop

Acknowledgments

About

Automated patch scripts to better integrate Cursor with Ubuntu/Debian UI environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%