Skip to content

Commit

Permalink
Adds WezTerm support (#2041)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Raufaste <[email protected]>
  • Loading branch information
asm0dey and lra authored Aug 13, 2024
1 parent b8488ae commit e09c9cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
- Add support for PHPStorm 2023.3 (via @damosse31)
- Add support for Cursor (via @takyshu98)
- Add support for PHPStorm 2024.1 (via @edwinvdpol)
- Add support for WezTerm (via @asm0dey)

## Mackup 0.8.40

- Add support for Trizen (via @cilenco)
- Added support for Sqitch (via @ra1fee)
- Updated support for GeekTool (via @yuchen-lea)
- Remve support for Apple Preview, problematic on macOS 14.1
- Remove support for Apple Preview, problematic on macOS 14.1
- Added support for Subler (via @EpicKris)
- Added support for SpamSieve (via @michaelgrossklos)
- Added support for Robo 3T (via @captnswing)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [Warp](https://www.warp.dev)
- [waybar](https://github.com/Alexays/Waybar)
- [WebStorm](https://www.jetbrains.com/webstorm/)
- [WezTerm](https://wezfurlong.org/wezterm/)
- [Wget](https://www.gnu.org/software/wget/)
- [WhatsApp Web](https://web.whatsapp.com/)
- [Wireshark 2](https://www.wireshark.org)
Expand Down
5 changes: 5 additions & 0 deletions mackup/applications/wezterm.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[application]
name = WezTerm

[xdg_configuration_files]
wezterm

0 comments on commit e09c9cc

Please sign in to comment.