Created
March 3, 2026 16:03
-
-
Save gdavis/dffe663fea9e2588f67d4c264a526406 to your computer and use it in GitHub Desktop.
Run Cursor with different profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (nohup /Applications/Cursor.app/Contents/MacOS/Cursor --user-data-dir="/path/to/custom/profile/location" > /dev/null 2>&1 &) | |
| osascript -e 'tell application "Automator Runner" to quit' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment