Skip to content

Commit

Permalink
Add support for rtx (#1966)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Raufaste <analogue@glop.org>
  • Loading branch information
dnicolson and lra authored Dec 17, 2023
1 parent 3b4165d commit d9c95d5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## WIP

- Added support for DBeaver (via @or-tal-0)
- Added support for rtx (via @dnicolson)

## 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 @@ -576,6 +576,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [Royal TSX](http://www.royaltsx.com/ts/osx/features)
- [RStudio](https://www.rstudio.com/)
- [rTorrent](http://libtorrent.rakshasa.no/)
- [rtx](https://github.com/jdx/rtx)
- [rubiTrack 5](https://www.rubitrack.com)
- [Rubocop](https://github.com/bbatsov/rubocop)
- [Ruby Version Manager](https://rvm.io/)
Expand Down
16 changes: 16 additions & 0 deletions mackup/applications/rtx.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[application]
name = rtx

[xdg_configuration_files]
rtx

[configuration_files]
.rtx.toml
.tool-versions
.default-go-packages
.default-gems
.default-nodejs-packages
.default-node-packages
.default-npm-packages
.default-python-packages
.default-mix-commands

0 comments on commit d9c95d5

Please sign in to comment.