Skip to content

Commit

Permalink
add scriptkit (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
flexagoon committed Jan 27, 2024
1 parent 70c7cb3 commit 505906b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions programs/scriptkit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "scriptkit",
"files": [
{
"path": "$HOME/.kit",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport KIT=\"$XDG_DATA_HOME\"/scriptkit/kit\n```\n"
},
{
"path": "$HOME/.kenv",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport KIT_DOTENV_PATH=\"$XDG_DATA_HOME\"/scriptkit/env\n```\n"
},
{
"path": "$HOME/knode",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport KNODE=\"$XDG_DATA_HOME\"/scriptkit/node\n```\n"
}
]
}

0 comments on commit 505906b

Please sign in to comment.