46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "pure-prompt",
|
|
"version": "1.5.1",
|
|
"description": "Pretty, minimal and fast ZSH prompt",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/pure",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Mathias Fredriksson",
|
|
"url": "github.com/mafredri"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "PURE_DEST=/usr/local/share/zsh/site-functions npm run --silent postinstall-link && exit 0; PURE_DEST=\"$PWD/functions\" npm run postinstall-link && npm run postinstall-fail-instructions",
|
|
"postinstall-link": "mkdir -p \"$PURE_DEST\" && ln -sf \"$PWD/pure.zsh\" \"$PURE_DEST/prompt_pure_setup\" && ln -sf \"$PWD/async.zsh\" \"$PURE_DEST/async\"",
|
|
"postinstall-fail-instructions": "echo \"ERROR: Could not automagically symlink the prompt. Either:\\n1. Check out the readme on how to do it manually: https://github.com/sindresorhus/pure#manually\\n2. Or add the following to your \\`.zshrc\\`:\\n\\n fpath+=(\\$fpath '$PWD/functions')\""
|
|
},
|
|
"files": [
|
|
"pure.zsh",
|
|
"async.zsh"
|
|
],
|
|
"keywords": [
|
|
"zsh",
|
|
"zshell",
|
|
"sh",
|
|
"shell",
|
|
"bash",
|
|
"pure",
|
|
"prompt",
|
|
"theme",
|
|
"git",
|
|
"async",
|
|
"fast",
|
|
"minimal",
|
|
"pretty"
|
|
]
|
|
}
|