add my-conifg
This commit is contained in:
parent
4fc054522b
commit
305e272c5b
17
sh/my-config.sh
Executable file
17
sh/my-config.sh
Executable file
@ -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
|
Loading…
x
Reference in New Issue
Block a user