Update 2 files
- /software.yml - /home/.chezmoidata.yaml
This commit is contained in:
parent
c57a2dbe07
commit
2e52acd539
2 changed files with 14 additions and 0 deletions
|
@ -374,6 +374,7 @@ softwareGroups:
|
||||||
- fx
|
- fx
|
||||||
- gojq
|
- gojq
|
||||||
- hclq
|
- hclq
|
||||||
|
- jc
|
||||||
- jo
|
- jo
|
||||||
- jq
|
- jq
|
||||||
- oq
|
- oq
|
||||||
|
|
13
software.yml
13
software.yml
|
@ -1138,6 +1138,19 @@ softwarePackages:
|
||||||
_type: cli
|
_type: cli
|
||||||
brew: clair
|
brew: clair
|
||||||
github: github.com/quay/clair
|
github: github.com/quay/clair
|
||||||
|
jc:
|
||||||
|
_bin: jc
|
||||||
|
_desc: null
|
||||||
|
_github: https://github.com/kellyjonbrazil/jc
|
||||||
|
_home: null
|
||||||
|
_name: jc
|
||||||
|
apt: jc
|
||||||
|
dnf: jc
|
||||||
|
zypper: jc
|
||||||
|
pacman: jc
|
||||||
|
nix-env: nixpkgs.jc
|
||||||
|
brew: jc
|
||||||
|
pipx: jc
|
||||||
clamav:
|
clamav:
|
||||||
_bin: clamav-config
|
_bin: clamav-config
|
||||||
_desc: '[ClamAV](https://www.clamav.net/) is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.'
|
_desc: '[ClamAV](https://www.clamav.net/) is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.'
|
||||||
|
|
Loading…
Reference in a new issue