Update .local/share/chezmoi/software.yml
This commit is contained in:
parent
9d7785eb72
commit
4cbab146f5
1 changed files with 5 additions and 5 deletions
|
@ -951,7 +951,7 @@ softwarePackages:
|
||||||
_service: null
|
_service: null
|
||||||
ansible: professormanhattan.cloudflare
|
ansible: professormanhattan.cloudflare
|
||||||
cloudflared:
|
cloudflared:
|
||||||
_bin: null
|
_bin: cloudflared
|
||||||
_desc: '[CloudFlare Argo Tunnel Client](https://developers.cloudflare.com/argo-tunnel/) contains the command-line client for CloudFlare Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network.'
|
_desc: '[CloudFlare Argo Tunnel Client](https://developers.cloudflare.com/argo-tunnel/) contains the command-line client for CloudFlare Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network.'
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/cloudflare/cloudflared
|
_github: https://github.com/cloudflare/cloudflared
|
||||||
|
@ -1087,7 +1087,7 @@ softwarePackages:
|
||||||
script:darwin: cd ~ && curl -sS https://getcomposer.org/installer | php && sudo mv composer.phar /usr/local/bin/composer && sudo chmod +x /usr/local/bin/composer
|
script:darwin: cd ~ && curl -sS https://getcomposer.org/installer | php && sudo mv composer.phar /usr/local/bin/composer && sudo chmod +x /usr/local/bin/composer
|
||||||
script:linux: cd ~ && curl -sS https://getcomposer.org/installer | php && sudo mv composer.phar /usr/local/bin/composer && sudo chmod +x /usr/local/bin/composer
|
script:linux: cd ~ && curl -sS https://getcomposer.org/installer | php && sudo mv composer.phar /usr/local/bin/composer && sudo chmod +x /usr/local/bin/composer
|
||||||
confd:
|
confd:
|
||||||
_bin: null
|
_bin: confd
|
||||||
_desc: Manage local application configuration files using templates and data from etcd or consul
|
_desc: Manage local application configuration files using templates and data from etcd or consul
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/kelseyhightower/confd
|
_github: https://github.com/kelseyhightower/confd
|
||||||
|
@ -1172,7 +1172,7 @@ softwarePackages:
|
||||||
_service: null
|
_service: null
|
||||||
npm: cordova
|
npm: cordova
|
||||||
croc:
|
croc:
|
||||||
_bin: null
|
_bin: croc
|
||||||
_desc: Easily and securely send things from one computer to another
|
_desc: Easily and securely send things from one computer to another
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/schollz/croc
|
_github: https://github.com/schollz/croc
|
||||||
|
@ -1188,7 +1188,7 @@ softwarePackages:
|
||||||
pkg: croc
|
pkg: croc
|
||||||
scoop: croc
|
scoop: croc
|
||||||
ctop:
|
ctop:
|
||||||
_bin: null
|
_bin: ctop
|
||||||
_desc: Top-like interface for container metrics
|
_desc: Top-like interface for container metrics
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/bcicen/ctop
|
_github: https://github.com/bcicen/ctop
|
||||||
|
@ -1544,7 +1544,7 @@ softwarePackages:
|
||||||
github: github.com/goodwithtech/dockle
|
github: github.com/goodwithtech/dockle
|
||||||
yay: dockle-bin
|
yay: dockle-bin
|
||||||
doctl:
|
doctl:
|
||||||
_bin: null
|
_bin: doctl
|
||||||
_desc: The official command line interface for the DigitalOcean API
|
_desc: The official command line interface for the DigitalOcean API
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/digitalocean/doctl
|
_github: https://github.com/digitalocean/doctl
|
||||||
|
|
Loading…
Reference in a new issue