Update 3 files

- /home/dot_config/Code/User/extensions.json
- /home/.chezmoidata.yaml
- /software.yml
This commit is contained in:
Brian Zalewski 2023-04-20 19:42:39 +00:00
parent f0d71a1160
commit e40f04f0d8
3 changed files with 9 additions and 1 deletions

View file

@ -649,6 +649,7 @@ softwareGroups:
Orchestration: &Orchestration
- nomad
- pm2
- robotframework
- sake
- waypoint
PHP: &PHP

View file

@ -155,7 +155,6 @@
"redhat.java",
"redhat.vscode-knative",
"redhat.vscode-openshift-connector",
"redhat.vscode-rsp-ui",
"redhat.vscode-server-connector",
"redhat.vscode-tekton-pipelines",
"redhat.vscode-xml",

View file

@ -299,6 +299,14 @@ softwarePackages:
apt: gnome-tweaks
dnf: 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:
_bin: act
_desc: '[Act](https://github.com/nektos/act) Run GitHub actions locally'