Skip to content

Commit d9c95d5

Browse files
dnicolsonlra
andauthored
Add support for rtx (#1966)
Co-authored-by: Laurent Raufaste <[email protected]>
1 parent 3b4165d commit d9c95d5

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## WIP
44

55
- Added support for DBeaver (via @or-tal-0)
6+
- Added support for rtx (via @dnicolson)
67

78
## Mackup 0.8.40
89

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
576576
- [Royal TSX](http://www.royaltsx.com/ts/osx/features)
577577
- [RStudio](https://www.rstudio.com/)
578578
- [rTorrent](http://libtorrent.rakshasa.no/)
579+
- [rtx](https://github.com/jdx/rtx)
579580
- [rubiTrack 5](https://www.rubitrack.com)
580581
- [Rubocop](https://github.com/bbatsov/rubocop)
581582
- [Ruby Version Manager](https://rvm.io/)

mackup/applications/rtx.cfg

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[application]
2+
name = rtx
3+
4+
[xdg_configuration_files]
5+
rtx
6+
7+
[configuration_files]
8+
.rtx.toml
9+
.tool-versions
10+
.default-go-packages
11+
.default-gems
12+
.default-nodejs-packages
13+
.default-node-packages
14+
.default-npm-packages
15+
.default-python-packages
16+
.default-mix-commands

0 commit comments

Comments
 (0)