-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdefaults.yml
128 lines (110 loc) · 2.48 KB
/
defaults.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
# Main
##########
full_name: "Sam Oehlert"
usernm: "{{ ansible_env.USER }}"
groupnm: "staff"
email: "[email protected]"
hostname: "Macbook-Pro"
home_dir: "/Users/{{ usernm }}"
projects_dir: "{{ home_dir }}/projects"
python_env_dir: "{{ home_dir }}/.envs"
ssh_dir: "{{ home_dir }}/.ssh"
login_shell: "/bin/zsh"
# OSX_Base
##########
search_domains_use: false
ssh_key_name: "{{ ssh_dir }}/id_rsa"
search_domain_service: "Wi-Fi"
search_domains: ""
# Git
##########
github: false
github_user: "soehlert"
# If you use 2FA, create a personal access token allowing admin:public_key
# https://github.com/settings/tokens -> Personal access tokens
github_password: ''
github_2fa: false
# Dotfiles
##########
dotfiles: false
# I have my dotfiles broken up by home/work/server this allows me to use
# different dotfiles depending on the host I'm installing them on
dotfiles_env: "home"
dotfiles_dir: "{{ home_dir }}/dotfiles"
dotfiles_repo: "[email protected]:{{ github_user }}/dotfiles.git"
dotfiles_version: 98ecc1a
# MAS
##########
mas: false
mas_email: "[email protected]"
mas_signin_dialog: true
mas_upgrade_all_apps: true
mas_installed_apps: []
# defaults
##########
defaults: false
finder_new_window_path: "file://{{ home_dir }}"
screenshots_dir: "{{ home_dir }}/Downloads/Pics"
timezone: "America/Chicago"
dockitems_remove_all: true
dockutil_desired:
- name: System Preferences
path: "/Applications/System Preferences.app"
pos: 6
dockutil_desired_right:
- name: Applications
path: '/Applications'
pos: 7
view: auto
display: stack
sort: name
section: others
- name: Utilities
path: '/Applications/Utilities'
pos: 9
view: auto
display: stack
sort: name
section: others
- name: Home
path: '/Users/{{ usernm }}'
pos: 10
view: auto
display: folder
sort: name
section: others
- name: Downloads
path: '/Users/{{ usernm }}/Downloads'
pos: 11
view: grid
display: folder
sort: name
sections: other
login_items: []
# Update
##########
reboot: false
# Vim
##########
vimplug: false
vim_plug_dir: "{{ home_dir }}/.vim/plugged"
vimplug_install: false
# Wallpaper
###########
wallpaper: false
wallpaper_file: ""
# Sudo TouchID
##########
sudo_tid: true
# Homebrew
##########
homebrew: false
homebrew_brew_bin_path: "/usr/local/Cellar"
homebrew_use_brewfile: true
homebrew_brewfile_dir: "~"
homebrew_taps: []
homebrew_installed_packages: []
homebrew_cask_apps: []
homebrew_blacklisted_packages: []
pip3_packages: []