mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
➕ Add viper-env plugin.
This commit is contained in:
parent
f8022980a3
commit
0a19871e6f
8 changed files with 1714 additions and 0 deletions
33
plugins/viper-env/make_animation/package.json
Normal file
33
plugins/viper-env/make_animation/package.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "make-animation",
|
||||
"version": "1.0.0",
|
||||
"description": "Makes viper-env README.md animation",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"phase_one": "svg-term --cast=1J6AsLVqynFFX5JcTLxFDLYh3 --out assets/usage.svg --profile DanielAtKrypton --window --term konsole",
|
||||
"phase_two": "svgembed -i assets/usage.svg -o assets/final.svg -f assets/FiraCodeRetinaNF.ttf -t \"viper-env is cool\" --hover",
|
||||
"all_phases": "yarn phase_one && yarn phase_two && rm assets/usage.svg",
|
||||
"postinstall": "yarn all_phases"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/DanielAtKrypton/viper-env.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Virtualenv",
|
||||
"Python",
|
||||
"Direnv",
|
||||
"Zsh"
|
||||
],
|
||||
"author": "Daniel Kaminski de Souza",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/DanielAtKrypton/viper-env/issues"
|
||||
},
|
||||
"homepage": "https://github.com/DanielAtKrypton/viper-env#readme",
|
||||
"devDependencies": {
|
||||
"svg-term-cli": "^2.1.1",
|
||||
"svgembed": "https://github.com/miraclx/svgembed.git"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue