forked from sindresorhus/pure
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
31 lines (31 loc) · 806 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "purity-prompt",
"version": "0.2.3",
"description": "Pretty, minimal and fast ZSH prompt",
"license": "MIT",
"repository": "therealklanni/purity",
"author": {
"name": "Kevin Lanni",
"email": "therealklanni@gmail.com",
"url": "https://github.com/therealklanni"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "dest=/usr/local/share/zsh/site-functions/; mkdir -p $dest && ln -sf \"$PWD/purity.zsh\" $dest/prompt_purity_setup || echo 'Could not automagically symlink the prompt. Check out the readme on how to do it manually: https://github.com/sindresorhus/purity#manually'"
},
"files": [
"purity.zsh"
],
"keywords": [
"zsh",
"oh-my-zsh",
"sh",
"shell",
"bash",
"purity",
"prompt",
"theme"
]
}