Skip to content

Commit

Permalink
add mise.json (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
josep16z authored Oct 19, 2024
1 parent 9a70024 commit 4496cde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/mise.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "mise",
"files": [
{
"path": "$HOME/.mise.toml",
"movable": true,
"help": "Create a directory for mise-en-place within your `XDG_CONFIG_HOME`:\n\n```mkdir -p '$XDG_CONFIG_HOME/mise'```\n\nSet the `MISE_CONFIG_DIR` environment variable to point to this new directory:\n\n```export MISE_CONFIG_DIR='$XDG_CONFIG_HOME/mise'```\n\nThen move the file to the new location:\n\n```mv ~/.mise.toml _'$XDG_CONFIG_HOME/mise/config.toml```"
}
]
}

0 comments on commit 4496cde

Please sign in to comment.