Latest
This commit is contained in:
parent
bafd6edca7
commit
eb02966e22
4 changed files with 10 additions and 1 deletions
|
@ -777,6 +777,7 @@ softwareGroups:
|
|||
- openssl
|
||||
- pony
|
||||
- protonvpn-cli
|
||||
- quark-engine
|
||||
- skate
|
||||
- ssh-vault
|
||||
- stubby
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
"formulahendry.docker-explorer",
|
||||
"fortran-lang.linter-gfortran",
|
||||
"foxundermoon.shell-format",
|
||||
"george3447.docker-run",
|
||||
"github.classroom",
|
||||
"github.codespaces",
|
||||
"github.copilot",
|
||||
|
|
|
@ -338,6 +338,7 @@ export PATH="$VOLTA_HOME/bin:$PATH"
|
|||
|
||||
### Wakatime
|
||||
export WAKATIME_HOME="$XDG_CONFIG_HOME/wakatime"
|
||||
export WAKATIME_API_KEY="{{ if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "WAKATIME_API_KEY")) }}{{ includeTemplate "secrets/VAGRANT_CLOUD_TOKEN" | decrypt }}{{ else }}{{ env "WAKATIME_API_KEY" }}{{ end }}"
|
||||
|
||||
### wget
|
||||
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
||||
|
|
|
@ -491,6 +491,14 @@ softwarePackages:
|
|||
_name: Ansibleconnect
|
||||
pipx: ansibleconnect
|
||||
_type: cli
|
||||
quark-engine:
|
||||
_bin: quark
|
||||
_desc: Dig Vulnerabilities in the BlackBox (requirement of APKLabs VSCode plugin)
|
||||
_docs: https://quark-engine.readthedocs.io/en/latest/index.html
|
||||
_github: https://github.com/quark-engine/quark-engine
|
||||
_home: https://github.com/quark-engine/quark-engine
|
||||
_name: Quark-Engine
|
||||
pipx: quark-engine
|
||||
antivirus:
|
||||
_bin: null
|
||||
_desc: >-
|
||||
|
|
Loading…
Reference in a new issue