Skip to content

Instantly share code, notes, and snippets.

@dmnkgrc
Last active August 2, 2023 08:26
Show Gist options
  • Select an option

  • Save dmnkgrc/2beb404f914aed91249d09efcb708293 to your computer and use it in GitHub Desktop.

Select an option

Save dmnkgrc/2beb404f914aed91249d09efcb708293 to your computer and use it in GitHub Desktop.
Getsafe FE setup
name: "Getsafe FE setup"
description: "Sets up tools needed to get started working in FE projects"
steps:
- description: "Install Node related packages"
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"
- description: "React Native Dependencies"
run:
- rbenv:
install: true
global: true
ruby_version: 3.0.0
- brew: ruby-build watchman react-native-debugger
- java11: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment