forked from geerlingguy/mac-dev-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.config.yml
217 lines (199 loc) · 4.26 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
---
downloads: ~/.ansible-downloads/
configure_dotfiles: true
configure_terminal: false
configure_osx: true
# Configure oh-my-zsh
configure_omz: true
# Set to 'true' to configure the Dock via dockutil.
configure_dock: true
dockutil_install: true
dockitems_remove:
- Launchpad
- TV
- Podcasts
- 'App Store'
- Terminal
- Numbers
- Keynote
- Musik
- Pages
- Karten
- Fotos
- FaceTime
- Notizen
- Erinnerungen
- Kontakte
- Nachrichten
- Safari
dockitems_persist:
- name: "Firefox"
path: "/Applications/Firefox.app"
pos: 1
- name: "Tabby"
path: "/Applications/Tabby.app/"
pos: 2
- name: "Boop"
path: "/Applications/Boop.app/"
pos: 3
- name: "Visual Studio Code"
path: "/Applications/Visual Studio Code.app"
pos: 4
- name: "Mail"
path: "/System/Applications/Mail.app"
pos: 5
- name: "Kalender"
path: "/System/Applications/Calendar.app"
pos: 6
- name: "Spotify"
path: "/Applications/Spotify.app"
pos: 7
- name: "KeePassXC"
path: "/Applications/KeePassXC.app"
pos: 8
- name: "Nextcloud"
path: "/Users/philipp/Nextcloud"
pos: 9
- name: "Downloads"
path: "/Users/philipp/Downloads"
pos: 10
configure_sudoers: true
sudoers_custom_config: |
# Allow openconnect to run as root without password prompt
philipp ALL= NOPASSWD: /opt/homebrew/bin/openconnect
dotfiles_repo: https://github.com/p3l1/dotfiles.git
dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/github/dotfiles
dotfiles_files:
- .osx
- .zshrc
- .gitconfig
- .yaml.pkl
- .json.pkl
homebrew_installed_packages:
- git
- htop
- httpie
- ipcalc
- iperf3
- jq
- mas
- nmap
- pwgen
- tree
- watch
- wget
- hudochenkov/sshpass/sshpass
- ansible
- ansible-lint
- yamllint
- thefuck
- mitmproxy
- molecule
- romkatv/powerlevel10k/powerlevel10k
- defaultbrowser
- openjdk
- base64
- openconnect
- masscan
- docker-completion
- koekeishiya/formulae/yabai
- koekeishiya/formulae/skhd
- cmatrix
- gnupg
- yubikey-personalization
- hopenpgp-tools
- ykman
- pinentry-mac
- derailed/k9s/k9s
- k3d
- p7zip
- tor
- torsocks
- socat
- pkl
- jless
- helm
- trufflehog
homebrew_taps:
- homebrew/core
- homebrew/cask
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- docker
- firefox
- keepassxc
- tabby
- spotify
- visual-studio-code
- nextcloud
- discord
- obsidian
- postman
- anki
- microsoft-remote-desktop
- microsoft-teams
- microsoft-word
- microsoft-excel
- wireshark
- signal
- tunnelblick
- utm
- yubico-yubikey-manager
- onedrive
- vlc
- thunderbird
- raspberry-pi-imager
# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps:
- { id: 1444383602, name: "Good Notes" }
- { id: 409183694, name: "Keynote" }
- { id: 1518425043, name: "Boop" }
mas_email: ""
mas_password: ""
osx_script: "~/.osx --no-restart"
# Install packages from other package managers.
# Note: You are responsible for making sure the required package managers are
# installed, eg. through homebrew.
composer_packages: []
# - name: drush
# state: present # present/absent, default: present
# version: "^8.1" # default: N/A
gem_packages: []
# - name: bundler
# state: present # present/absent/latest, default: present
# version: "~> 1.15.1" # default: N/A
npm_packages: []
# - name: webpack
# state: present # present/absent/latest, default: present
# version: "^2.6" # default: N/A
pip_packages:
- name: "molecule[docker]"
state: present
# Set to 'true' to configure Sublime Text.
configure_sublime: false
# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks:
- zsh-plugins.yml
- default-browser.yml
# Configure oh-my-zsh
# Default theme
oh_my_zsh_theme: powerlevel10k/powerlevel10k
# Default plugins
oh_my_zsh_plugins:
- git
- zsh-autosuggestions
- docker
- ansible
- httpie
- nmap
- history
- brew
# Wether to install by default for all specified users.
# May be overridden by `oh_my_zsh: install:` under each user.
oh_my_zsh_install: true
# User configuration
# Important: oh-my-zsh is installed per user so you need to specify the users to install it for.
users:
- username: philipp