From e40f04f0d8547888e38afda08994008d26cb0dc8 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 20 Apr 2023 19:42:39 +0000 Subject: [PATCH] Update 3 files - /home/dot_config/Code/User/extensions.json - /home/.chezmoidata.yaml - /software.yml --- home/.chezmoidata.yaml | 1 + home/dot_config/Code/User/extensions.json | 1 - software.yml | 8 ++++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index b8f5aa53..92a96c2d 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -649,6 +649,7 @@ softwareGroups: Orchestration: &Orchestration - nomad - pm2 + - robotframework - sake - waypoint PHP: &PHP diff --git a/home/dot_config/Code/User/extensions.json b/home/dot_config/Code/User/extensions.json index b4bc912e..4720f731 100644 --- a/home/dot_config/Code/User/extensions.json +++ b/home/dot_config/Code/User/extensions.json @@ -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", diff --git a/software.yml b/software.yml index 0693977d..d640f9aa 100644 --- a/software.yml +++ b/software.yml @@ -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'