Skip to content

Commit 9e371da

Browse files
authored
Add support for Windsurf (#2061)
1 parent 08d331a commit 9e371da

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Add support for PHPStorm 2024.1 (via @edwinvdpol)
1616
- Add support for WezTerm (via @asm0dey)
1717
- Add support for Ghostty (via @michaeltinsley)
18+
- Add support for Windsurf (via @daniel-moh)
1819

1920
## Mackup 0.8.40
2021

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
714714
- [WezTerm](https://wezfurlong.org/wezterm/)
715715
- [Wget](https://www.gnu.org/software/wget/)
716716
- [WhatsApp Web](https://web.whatsapp.com/)
717+
- [Windsurf](https://www.codeium.com)
717718
- [Wireshark 2](https://www.wireshark.org)
718719
- [Witch](http://manytricks.com/witch/)
719720
- [WordGrinder](https://cowlark.com/wordgrinder/)

mackup/applications/windsurf.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[application]
2+
name = Windsurf
3+
4+
[configuration_files]
5+
Library/Application Support/Windsurf/User/snippets
6+
Library/Application Support/Windsurf/User/keybindings.json
7+
Library/Application Support/Windsurf/User/settings.json
8+
9+
[xdg_configuration_files]
10+
Windsurf/User/snippets
11+
Windsurf/User/keybindings.json
12+
Windsurf/User/settings.json

0 commit comments

Comments
 (0)