forked from geerlingguy/mac-dev-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.config.yml
More file actions
40 lines (33 loc) · 800 Bytes
/
default.config.yml
File metadata and controls
40 lines (33 loc) · 800 Bytes
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
# homebrew_taps: []
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- firefox
- google-chrome
- sublime-text
- powershell
- raspberry-pi-imager
- orcaslicer
- claude
- visual-studio-code
- github
- intellij-idea
- yubico-authenticator
- postman
- wireshark
- microsoft-office
- microsoft-teams
- snagit
homebrew_installed_packages:
- git
- openssl
- wget
- curl
homebrew_upgrade_all_packages: true
# See `geerlingguy.mac.mas` role documentation for usage instructions.
mas_installed_apps:
- { id: 443987910, name: "1Password" }
# Leave these empty for security, sign into app store manually before running
mas_email: ""
mas_password: ""
# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks: []