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
|
- openssl
|
||||||
- pony
|
- pony
|
||||||
- protonvpn-cli
|
- protonvpn-cli
|
||||||
|
- quark-engine
|
||||||
- skate
|
- skate
|
||||||
- ssh-vault
|
- ssh-vault
|
||||||
- stubby
|
- stubby
|
||||||
|
|
|
@ -53,7 +53,6 @@
|
||||||
"formulahendry.docker-explorer",
|
"formulahendry.docker-explorer",
|
||||||
"fortran-lang.linter-gfortran",
|
"fortran-lang.linter-gfortran",
|
||||||
"foxundermoon.shell-format",
|
"foxundermoon.shell-format",
|
||||||
"george3447.docker-run",
|
|
||||||
"github.classroom",
|
"github.classroom",
|
||||||
"github.codespaces",
|
"github.codespaces",
|
||||||
"github.copilot",
|
"github.copilot",
|
||||||
|
|
|
@ -338,6 +338,7 @@ export PATH="$VOLTA_HOME/bin:$PATH"
|
||||||
|
|
||||||
### Wakatime
|
### Wakatime
|
||||||
export WAKATIME_HOME="$XDG_CONFIG_HOME/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
|
### wget
|
||||||
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
||||||
|
|
|
@ -491,6 +491,14 @@ softwarePackages:
|
||||||
_name: Ansibleconnect
|
_name: Ansibleconnect
|
||||||
pipx: ansibleconnect
|
pipx: ansibleconnect
|
||||||
_type: cli
|
_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:
|
antivirus:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: >-
|
_desc: >-
|
||||||
|
|
Loading…
Reference in a new issue