Created
August 12, 2021 19:20
-
-
Save ospfranco/2500bef26b696e7a32528771f83b05e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/opt/homebrew/bin/zsh | |
# Required parameters: | |
# @raycast.schemaVersion 1 | |
# @raycast.title BodyFast Workspaces | |
# @raycast.mode compact | |
# Optional parameters: | |
# @raycast.icon ♻️ | |
# @raycast.packageName bodyfastWorkspaces | |
# Documentation: | |
# @raycast.author Oscar | |
# @raycast.authorURL https://github.com/ospfranco | |
source ~/.zshrc | |
cd ~/Developer | |
code bodyfast/bodyfast.code-workspace & disown | |
code bodyfast/webapp/webapp.code-workspace & | |
code bodyfast/firebase/functions/functions.code-workspace & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment