Skip to content

Instantly share code, notes, and snippets.

@dmnkgrc
Created July 22, 2023 19:37
Show Gist options
  • Select an option

  • Save dmnkgrc/6029ab7b1a95b541812db28c6fff8308 to your computer and use it in GitHub Desktop.

Select an option

Save dmnkgrc/6029ab7b1a95b541812db28c6fff8308 to your computer and use it in GitHub Desktop.
Web App setup
name: "Web app setup"
description: "Setup requiredto run web apps"
steps:
- description: "Install Node and Yarn"
run:
- brew: fnm yarn
- description: Install development tools
run:
- brew: git gh
- description: "Install 1Password CLI"
run:
- brew: --cask 1password/tap/1password-cli
- note:
"You should read the following links that will help you get the most out of the 1Password CLI.\n
- https://developer.1password.com/docs/cli/shell-plugins/github\n
- https://developer.1password.com/docs/cli/shell-plugins/heroku\n
- https://developer.1password.com/docs/cli/shell-plugins/sentry\n
- https://developer.1password.com/docs/vscode\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment