-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.config.yml
70 lines (56 loc) · 1.14 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
58
59
60
61
62
63
64
65
66
67
68
69
70
---
downloads: ~/.ansible-downloads/
configure_dotfiles: true
configure_osx: true
configure_dock: true
dockitems_remove:
- Launchpad
- TV
- Safari
- Maps
- FaceTime
- Calendar
- Contacts
- Reminders
- Notes
- Music
- Podcasts
- News
- 'App Store'
dockitems_persist:
- name: "Firefox"
path: "/Applications/Firefox.app"
pos: 2
- name: "Alacritty"
path: "/Applications/Alacritty.app"
pos: 5
configure_sudoers: true
sudoers_custom_config: |
# Allow users in admin group to use sudo with no password.
%admin ALL=(ALL) NOPASSWD: ALL
dotfiles_repo: https://github.com/ypo777/dotfiles.git
dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/Developer/dotfiles
dotfiles_files:
- .gitignore
- .gitconfig
dotfiles_folder:
- starship.toml
homebrew_installed_packages:
- git
homebrew_taps:
- homebrew/core
- homebrew/cask
mas_installed_apps: []
mas_email: ""
mas_password: ""
osx_script: "~/.macos --no-restart"
composer_packages: []
gem_packages: []
npm_packages: []
pip_packages:
- name: scikit-learn
state: latest
- name: pandas
state: latest
post_provision_tasks: []