Skip to content

Commit

Permalink
Merge branch 'master' into terraform-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lra authored May 19, 2024
2 parents d75dc90 + 6ad9eb8 commit 756b3f9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
os:
- "ubuntu-20.04"
- "ubuntu-22.04"
- "ubuntu-24.04"
python-version:
- "3.8"
- "3.9"
Expand All @@ -37,5 +38,5 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: pip3 install .
- run: pip install .
- run: mackup --help
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Add support for nvm (via @Wxh16144)
- Add support for PHPStorm 2023.3 (via @damosse31)
- Add support for Terraform CLI (via @jdvivar)
- 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 756b3f9

Please sign in to comment.