https://github.com/queirozfcom/cursor-config
https://github.com/queirozfcom/cursor-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/queirozfcom/cursor-config
- Owner: queirozfcom
- Created: 2025-04-21T05:49:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-29T06:29:08.000Z (11 months ago)
- Last Synced: 2025-07-29T08:43:51.038Z (11 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cursor-config
# To install
## Linux (Ubuntu)
Note that we're copying the files that were in the repo, but not overwriting the whole folder. This is because this folder has other files like LLM histories and those aren't versioned on Github (but they are still needed by Cursor, apparently)
```
$ git clone git@github.com:queirozfcom/cursor-config.git /tmp/cursor-stuff && mv /tmp/cursor-stuff/* ~/.config/Cursor/User/
```
## MacOS
```
$ git clone git@github.com:queirozfcom/cursor-config.git /tmp/cursor-stuff && mv /tmp/cursor-stuff/* ~/Library/Application\ Support/Cursor/User/
```