forked from KirioXX/AppDepInstaller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.config.yml
48 lines (41 loc) · 1.08 KB
/
default.config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
homebrew_installed_packages:
- applesimutils
- bitrise
- idb-companion
- node
- ruby
- watchman
- zsh
homebrew_taps:
- facebook/fb
- homebrew/cask
- homebrew/core
- wix/brew
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- altair-graphql-client
- android-studio
- flipper
- react-native-debugger
# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps:
- { id: 497799835, name: "Xcode (11.7)" }
mas_email: ""
mas_password: ""
# Install packages from other package managers.
# Note: You are responsible for making sure the required package managers are
# installed, eg. through homebrew.
gem_packages:
- cocoapods
npm_packages:
- detox-cli
pip_packages:
- name: fb-idb
executable: pip3
# Install avd devices archive stored in google drive
# Note: Add google drive share id to avd archive to install in .android/avd
# make sure that the ini file matches the name
# e.g. name: Pixel_3a_XL_API_28 ini_file: Pixel_3a_XL_API_28.ini
avd_archives:
- { name: Pixel_3a_XL_API_28, id: "1VrsFOVY9V1m2ei9gDHrEqJer4CRZnszK" }