Update 2 files
- /home/.chezmoidata.yaml - /software.yml
This commit is contained in:
parent
76ceb2619a
commit
31df817850
2 changed files with 19 additions and 0 deletions
|
@ -790,6 +790,7 @@ softwareGroups:
|
||||||
- gulp
|
- gulp
|
||||||
- hey
|
- hey
|
||||||
- ionic
|
- ionic
|
||||||
|
- imageoptim-cli
|
||||||
- ipfs
|
- ipfs
|
||||||
- ipfs-deploy
|
- ipfs-deploy
|
||||||
- localtunnel
|
- localtunnel
|
||||||
|
@ -828,6 +829,7 @@ softwareGroups:
|
||||||
- betwixt
|
- betwixt
|
||||||
- electron-app
|
- electron-app
|
||||||
- imagine
|
- imagine
|
||||||
|
- imageoptim
|
||||||
- ipfs-desktop
|
- ipfs-desktop
|
||||||
- mjml
|
- mjml
|
||||||
- mockoon
|
- mockoon
|
||||||
|
|
17
software.yml
17
software.yml
|
@ -1016,6 +1016,23 @@ softwarePackages:
|
||||||
brew:darwin: carthage
|
brew:darwin: carthage
|
||||||
_service: false
|
_service: false
|
||||||
_type: cli
|
_type: cli
|
||||||
|
imageoptim:
|
||||||
|
_bin: null
|
||||||
|
_docs: null
|
||||||
|
_desc: Image compressor that utilizes other applications like ImageOptim under the hood
|
||||||
|
_github: https://github.com/ImageOptim/ImageOptim
|
||||||
|
_home: https://imageoptim.com/mac
|
||||||
|
cask: imageoptim
|
||||||
|
imageoptim-cli:
|
||||||
|
_deps:
|
||||||
|
- imageoptim
|
||||||
|
_bin: imageoptim
|
||||||
|
_docs: null
|
||||||
|
_desc: Image compressor that utilizes other applications like ImageOptim under the hood
|
||||||
|
_github: https://github.com/ImageOptim/ImageOptim
|
||||||
|
_home: https://imageoptim.com/mac
|
||||||
|
brew:darwin: imageoptim-cli
|
||||||
|
npm:darwin: imageoptim-cli
|
||||||
cerebro:
|
cerebro:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: Open-source productivity booster with a brain
|
_desc: Open-source productivity booster with a brain
|
||||||
|
|
Loading…
Reference in a new issue