Update 3 files
- /home/dot_config/Code/User/extensions.json - /home/.chezmoidata.yaml - /software.yml
This commit is contained in:
parent
f0d71a1160
commit
e40f04f0d8
3 changed files with 9 additions and 1 deletions
|
@ -649,6 +649,7 @@ softwareGroups:
|
||||||
Orchestration: &Orchestration
|
Orchestration: &Orchestration
|
||||||
- nomad
|
- nomad
|
||||||
- pm2
|
- pm2
|
||||||
|
- robotframework
|
||||||
- sake
|
- sake
|
||||||
- waypoint
|
- waypoint
|
||||||
PHP: &PHP
|
PHP: &PHP
|
||||||
|
|
|
@ -155,7 +155,6 @@
|
||||||
"redhat.java",
|
"redhat.java",
|
||||||
"redhat.vscode-knative",
|
"redhat.vscode-knative",
|
||||||
"redhat.vscode-openshift-connector",
|
"redhat.vscode-openshift-connector",
|
||||||
"redhat.vscode-rsp-ui",
|
|
||||||
"redhat.vscode-server-connector",
|
"redhat.vscode-server-connector",
|
||||||
"redhat.vscode-tekton-pipelines",
|
"redhat.vscode-tekton-pipelines",
|
||||||
"redhat.vscode-xml",
|
"redhat.vscode-xml",
|
||||||
|
|
|
@ -299,6 +299,14 @@ softwarePackages:
|
||||||
apt: gnome-tweaks
|
apt: gnome-tweaks
|
||||||
dnf: gnome-tweaks
|
dnf: gnome-tweaks
|
||||||
pacman: gnome-tweaks
|
pacman: gnome-tweaks
|
||||||
|
robotframework:
|
||||||
|
_bin: robot
|
||||||
|
_desc: Generic automation framework for acceptance testing and RPA
|
||||||
|
_home: https://robotframework.org/
|
||||||
|
_github: https://github.com/robotframework/robotframework
|
||||||
|
_docs: https://robotframework.org/robotframework/#user-guide
|
||||||
|
_name: Robot Framework
|
||||||
|
pipx: robotframework
|
||||||
act:
|
act:
|
||||||
_bin: act
|
_bin: act
|
||||||
_desc: '[Act](https://github.com/nektos/act) Run GitHub actions locally'
|
_desc: '[Act](https://github.com/nektos/act) Run GitHub actions locally'
|
||||||
|
|
Loading…
Reference in a new issue