Skip to content

Instantly share code, notes, and snippets.

@ospfranco
Created August 12, 2021 19:20
Show Gist options
  • Save ospfranco/2500bef26b696e7a32528771f83b05e3 to your computer and use it in GitHub Desktop.
Save ospfranco/2500bef26b696e7a32528771f83b05e3 to your computer and use it in GitHub Desktop.
#!/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