Skip to content

Commit

Permalink
Add support for Cursor (#2020)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Raufaste <[email protected]>
  • Loading branch information
takyshu98 and lra committed May 19, 2024
1 parent 32e7a38 commit 6ad9eb8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Add support for SketchyBar (via @LarsRefsgaard)
- Add support for nvm (via @Wxh16144)
- Add support for PHPStorm 2023.3 (via @damosse31)
- Add support for Cursor (via @takyshu98)

## Mackup 0.8.40

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [CoRD](http://cord.sourceforge.net/)
- [CotEditor](http://coteditor.com/)
- [Ctags](http://ctags.sourceforge.net/)
- [Cursor](https://cursor.sh/)
- [cVim](https://github.com/1995eaton/chromium-vim)
- [Cyberduck](https://cyberduck.io/)
- [DaisyDisk](https://daisydiskapp.com)
Expand Down
12 changes: 12 additions & 0 deletions mackup/applications/cursor.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[application]
name = Cursor

[configuration_files]
Library/Application Support/Cursor/User/snippets
Library/Application Support/Cursor/User/keybindings.json
Library/Application Support/Cursor/User/settings.json

[xdg_configuration_files]
Cursor/User/snippets
Cursor/User/keybindings.json
Cursor/User/settings.json

0 comments on commit 6ad9eb8

Please sign in to comment.