From 305e272c5b6ca4b4cc7dfbc15f472bafbed4a4f7 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Fri, 22 Aug 2025 01:43:07 +0800 Subject: [PATCH] add my-conifg --- sh/my-config.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 sh/my-config.sh diff --git a/sh/my-config.sh b/sh/my-config.sh new file mode 100755 index 0000000..7be8d40 --- /dev/null +++ b/sh/my-config.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +# Required parameters: +# @raycast.schemaVersion 1 +# @raycast.title myConfig +# @raycast.mode silent +# @raycast.packageName System +# +# Optional parameters: +# @raycast.icon 📝 +# +# Documentation: +# @raycast.description Open ~/config in VS Code +# @raycast.author Gustavo Santana +# @raycast.authorURL https://github.com/gumadeiras + +code ~/config \ No newline at end of file