Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrasmal authored Jul 24, 2024
2 parents cd2bb5f + 0def08b commit 4eba5de
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 @@ -30,12 +31,11 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: pip3 install .
- run: pip install .
- run: mackup --help
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- 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)
- Add support for PHPStorm 2024.1 (via @edwinvdpol)

## 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
1 change: 1 addition & 0 deletions mackup/applications/phpstorm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Library/Application Support/JetBrains/PhpStorm2022.3
Library/Application Support/JetBrains/PhpStorm2023.1
Library/Application Support/JetBrains/PhpStorm2023.2
Library/Application Support/JetBrains/PhpStorm2023.3
Library/Application Support/JetBrains/PhpStorm2024.1
Library/Application Support/PhpStorm2016.1
Library/Application Support/PhpStorm2016.2
Library/Application Support/PhpStorm2016.3
Expand Down

0 comments on commit 4eba5de

Please sign in to comment.