Last active
August 2, 2023 08:26
-
-
Save dmnkgrc/2beb404f914aed91249d09efcb708293 to your computer and use it in GitHub Desktop.
Getsafe FE setup
This file contains hidden or 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
| 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