Skip to content

Instantly share code, notes, and snippets.

@collinbarnwell
collinbarnwell / update-cursor.sh
Created April 22, 2025 22:38
Cursor Install + Update Script for Linux
#!/bin/bash
#
# To install cursor, put this script in ~/cursor or (or anywhere else, just update APPDIR accordingly).
#
# Run this script `bash ~/cursor/update-cursor.sh`
#
# Create a simlink
#
# `sudo ln -s ~/cursor/cursor.AppImage /usr/local/bin/cursor`
#