-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra_vars.yml.sample
59 lines (47 loc) · 1.06 KB
/
extra_vars.yml.sample
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
58
59
# Extra vars
# Override the package list if you don't like mine.
# apt_package_list:
# - other
# - cool
# - stuff
# Or add more
additional_apt_packages: []
# Override the package list if you don't like mine.
# homebrew_package_list:
# - other
# - cool
# - stuff
# Or add more
additional_homebrew_packages: []
# Homebrew casks for OSX applications to install
# homebrew_cask_package_list:
# - other
# - cool
# - stuff
# Or add more
additional_cask_packages: []
# Editor/IDE of choice:
editor: visual-studio-code
# Atom packages
atom_packages:
- build
- git-plus
- remote-atom
# vscode_packages
vscode_packages:
- Shan.code-settings-sync # this one syncs others...
# Things you might want to turn off
docker: true
ruby: true
google_cloud: true
get_fonts: true
jdk8: true
# Standard apps
homebrew_cask_antivirus: avast-security
homebrew_cask_password_vault: 1password
# Apple ID, for installing from the app store. No default, of course.
apple_id: ""
# If password is not supplied, a dialog will pop.
apple_id_password: ""
# Misc settings
shell: fish