Update .local/share/chezmoi/home/.chezmoidata.yaml, .local/share/chezmoi/software.yml
This commit is contained in:
parent
f9a7740cb1
commit
bc1fbb7681
2 changed files with 25 additions and 20 deletions
|
@ -493,6 +493,10 @@ softwareGroups:
|
||||||
- masscode
|
- masscode
|
||||||
- mullvad-vpn
|
- mullvad-vpn
|
||||||
- powershell
|
- powershell
|
||||||
|
CI:
|
||||||
|
- act
|
||||||
|
Misc-Dev-Tools:
|
||||||
|
- allure
|
||||||
Kubernetes:
|
Kubernetes:
|
||||||
- kdash
|
- kdash
|
||||||
- kn
|
- kn
|
||||||
|
|
|
@ -160,25 +160,26 @@ installerPreference:
|
||||||
softwarePackages:
|
softwarePackages:
|
||||||
act:
|
act:
|
||||||
_bin: act
|
_bin: act
|
||||||
_desc: null
|
_desc: Run GitHub actions locally
|
||||||
_docs: null
|
_docs: https://github.com/nektos/act#example-commands
|
||||||
_github: null
|
_github: https://github.com/nektos/act
|
||||||
_home: null
|
_home: https://github.com/nektos/act
|
||||||
_name: null
|
_name: Act
|
||||||
_service: null
|
_service: false
|
||||||
brew: act
|
brew: act
|
||||||
choco: act-cli
|
choco: act-cli
|
||||||
go: github.com/nektos/act@latest
|
go: github.com/nektos/act@
|
||||||
ports: act
|
nix: nixpkgs.act
|
||||||
|
port: act
|
||||||
scoop: act
|
scoop: act
|
||||||
yay: act
|
yay: act
|
||||||
allure:
|
allure:
|
||||||
_bin: allure
|
_bin: allure
|
||||||
_desc: null
|
_desc: Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process.
|
||||||
_docs: null
|
_docs: https://docs.qameta.io/allure-report/
|
||||||
_github: null
|
_github: https://github.com/allure-framework/allure2
|
||||||
_home: null
|
_home: https://docs.qameta.io/allure-testops/
|
||||||
_name: null
|
_name: Allure
|
||||||
_post:binary:darwin: |
|
_post:binary:darwin: |
|
||||||
# TODO
|
# TODO
|
||||||
_post:binary:linux: |
|
_post:binary:linux: |
|
||||||
|
@ -190,7 +191,7 @@ softwarePackages:
|
||||||
ln -s /usr/local/share/allure/allure<version>/bin/allure
|
ln -s /usr/local/share/allure/allure<version>/bin/allure
|
||||||
_post:binary:windows: |
|
_post:binary:windows: |
|
||||||
# TODO
|
# TODO
|
||||||
_service: null
|
_service: false
|
||||||
binary: https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.20.1/allure-commandline-2.20.1.zip
|
binary: https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.20.1/allure-commandline-2.20.1.zip
|
||||||
# TODO: Find latest version from https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/maven-metadata.xml and use it in the _binary_ URL
|
# TODO: Find latest version from https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/maven-metadata.xml and use it in the _binary_ URL
|
||||||
brew: allure
|
brew: allure
|
||||||
|
@ -198,12 +199,12 @@ softwarePackages:
|
||||||
yay: allure
|
yay: allure
|
||||||
altair:
|
altair:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: null
|
_desc: A beautiful feature-rich GraphQL Client for all platforms.
|
||||||
_docs: null
|
_docs: https://altairgraphql.dev/docs/
|
||||||
_github: null
|
_github: https://github.com/altair-graphql/altair
|
||||||
_home: null
|
_home: https://altairgraphql.dev/
|
||||||
_name: null
|
_name: Altair GraphQL Client
|
||||||
_service: null
|
_service: false
|
||||||
cask: altair-graphql-client
|
cask: altair-graphql-client
|
||||||
choco: altair-graphql
|
choco: altair-graphql
|
||||||
snap: altair
|
snap: altair
|
||||||
|
|
Loading…
Reference in a new issue