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