Update .local/share/chezmoi/software.yml
This commit is contained in:
parent
fd268aa589
commit
dda12bfb58
1 changed files with 11 additions and 9 deletions
|
@ -1641,13 +1641,13 @@ softwarePackages:
|
|||
nix: emplace
|
||||
scoop: emplace
|
||||
empty-trash:
|
||||
_bin: null
|
||||
_desc: null
|
||||
_docs: null
|
||||
_github: null
|
||||
_home: null
|
||||
_name: null
|
||||
_service: null
|
||||
_bin: empty-trash
|
||||
_desc: CLI to empty trash on macOS, Windows, and Linux
|
||||
_docs: https://github.com/sindresorhus/empty-trash-cli
|
||||
_github: https://github.com/sindresorhus/empty-trash-cli
|
||||
_home: https://github.com/sindresorhus/empty-trash-cli
|
||||
_name: Empty Trash CLI
|
||||
_service: false
|
||||
npm: empty-trash-cli
|
||||
envconsul:
|
||||
_bin: null
|
||||
|
@ -5632,7 +5632,7 @@ softwarePackages:
|
|||
_service: null
|
||||
ansible: professormanhattan.sonatype-nexus
|
||||
speed-test:
|
||||
_bin: null
|
||||
_bin: speed-test
|
||||
_desc: null
|
||||
_docs: null
|
||||
_github: null
|
||||
|
@ -5900,7 +5900,6 @@ softwarePackages:
|
|||
_name: sysget
|
||||
_service: null
|
||||
_type: cli
|
||||
github: github.com/Eugeny/tabby
|
||||
t:
|
||||
_bin: null
|
||||
_desc: null
|
||||
|
@ -5993,6 +5992,9 @@ softwarePackages:
|
|||
cask: teamviewer
|
||||
choco: teamviewer
|
||||
yay: teamviewer
|
||||
teamviewer:darwin:
|
||||
_when: '! test -d /Applications/TeamViewer.app'
|
||||
cask: teamviewer
|
||||
teleport:
|
||||
_bin: null
|
||||
_desc: '[Teleport](https://goteleport.com/) is a free and open-source tool that allows engineers and security professionals to unify access for SSH servers, Kubernetes clusters, web applications, and databases across all environments. It is an identity-aware, multi-protocol access proxy which understands SSH, HTTPS, Kubernetes API, MySQL and PostgreSQL wire protocols.'
|
||||
|
|
Loading…
Reference in a new issue