purity-zsh-theme
Version:
Oh-My-ZSH theme inspired by robbyrussell + pure prompt
26 lines (25 loc) • 654 B
JSON
{
"name": "purity-zsh-theme",
"version": "1.1.1",
"description": "Oh-My-ZSH theme inspired by robbyrussell + pure prompt",
"main": "index.js",
"scripts": {
"postinstall": "mkdir -p $HOME/.oh-my-zsh/custom/themes/ && cp ./purity.zsh-theme $HOME/.oh-my-zsh/custom/themes/"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pmbenjamin/purity.git"
},
"keywords": [
"purity",
"prompt",
"oh-my-zsh",
"zsh"
],
"author": "Peter Benjamin",
"license": "MIT",
"bugs": {
"url": "https://github.com/pmbenjamin/purity/issues"
},
"homepage": "https://github.com/pmbenjamin/purity#readme"
}