forked from geerlingguy/mac-dev-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.config.yml
57 lines (40 loc) · 1.06 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
49
50
51
52
53
54
55
56
57
---
downloads: ~/.ansible-downloads/
configure_dock_items: no
configure_dotfiles: no
configure_homebrew: no
configure_sudoers: no
configure_terminal: no
configure_npm: no
configure_prefs: no
configure_osx: no
configure_repositories: no
configure_visual_studio_code_extensions: no
configure_mas: no
home: "{{ lookup('env','HOME') }}"
homebrew_upgrade_all_packages: no
homebrew_installed_packages: []
homebrew_taps:
- homebrew/core
- homebrew/cask
homebrew_cask_appdir: /Applications
homebrew_cask_apps: []
dock_items_to_remove: []
dock_items_to_persist: []
dotfiles_repo: https://github.com/Anima-t3d/dotfiles.git
dotfiles_repo_accept_hostkey: yes
dotfiles_repo_local_destination: ~/src/dotfiles
dotfiles_home: "~"
dotfiles_files: []
# See `geerlingguy.mas` role documentation for usage instructions.
mas_signin_dialog: no
mas_upgrade_all_apps: no
mas_installed_apps: []
osx_script: "~/.osx --no-restart"
composer_packages: []
gem_packages: []
pip_packages: []
npm_absent_globals: []
npm_latest_globals: []
repository_configs: []
visual_studio_code_extensions: []