-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 1.48 KB
/
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
{
"name": "chips.omp.json",
"version": "1.2.0",
"description": "Non-Standard Compliant Material Design-Inspired Chips Theme for Oh-My-Posh Theme.",
"scripts": {
"copy-local": "pwsh -NoProfile -Command Copy-Item -Destination \"./\" -Path \"~/chips.omp.json\" -Confirm",
"copy-local-double-width": "pwsh -NoProfile -Command Copy-Item -Destination \"./chips-double-width.omp.json\" -Path \"~/chips.omp.json\" -Confirm",
"copy-git": "pwsh -NoProfile -Command Copy-Item -Destination \"~/\" -Path \"chips.omp.json\" -Confirm",
"copy-git-double-width": "pwsh -NoProfile -Command Copy-Item -Destination \"~/chips.omp.json\" -Path \"chips-double-width.omp.json\" -Confirm",
"snapshot-local-ref": "pwsh -Command Write-Host \"oh-my-posh config export image --author 'CodexLink, More Samples at https://github.com/CodexLink/chips.omp.json' --config ~/chips.omp.json --cursor-padding 20 --rprompt-offset 20 --output highlight.png\"",
"snapshot-remote": "oh-my-posh config export image --author 'CodexLink, More Samples at https://github.com/CodexLink/chips.omp.json' --config chips.omp.json --cursor-padding 20 --rprompt-offset 20 --output assets\\highlight_temp.png"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodexLink/chips.omp.json.git"
},
"author": "Janrey \"CodexLink\" Licas",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodexLink/chips.omp.json/issues"
},
"homepage": "https://github.com/CodexLink/chips.omp.json#readme"
}