Skip to content

Commit

Permalink
Add Jameica and J-Pilot, fix typo for Docker (#439)
Browse files Browse the repository at this point in the history
* Add jameica

* Add J-Pilot

* Fix typo for Docker
  • Loading branch information
TheLastZombie authored Oct 19, 2024
1 parent 3d3deb9 commit 9a70024
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion programs/docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"path": "$HOME/.docker",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-desktop won't follow this rulling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n"
"help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-desktop won't follow this ruling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n"
}
],
"name": "docker"
Expand Down
15 changes: 15 additions & 0 deletions programs/jameica.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "jameica",
"files": [
{
"path": "$HOME/.jameica",
"movable": true,
"help": "The path to this directory can be adjusted freely inside _.jameica.properties_.\n"
},
{
"path": "$HOME/.jameica.properties",
"movable": false,
"help": "Currently unsupported.\n"
}
]
}
10 changes: 10 additions & 0 deletions programs/jpilot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "jpilot",
"files": [
{
"path": "$HOME/.jpilot",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport JPILOT_HOME=\"$XDG_DATA_HOME\"\n```\n"
}
]
}

0 comments on commit 9a70024

Please sign in to comment.