forked from geerlingguy/mac-dev-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
250 lines (235 loc) · 5.13 KB
/
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
---
downloads: ~/.ansible-downloads/
configure_dotfiles: true
configure_terminal: true
configure_osx: true
# Set to 'true' to configure custom app icons
configure_icons: true
icons:
- { name: Firefox.app, url: "https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Firefox_logo%2C_2017.svg/1280px-Firefox_logo%2C_2017.svg.png"}
# Set to 'true' to configure the Dock via dockutil.
configure_dock: true
dockitems_remove:
- FaceTime
- Maps
- Photos
- Contacts
- Reminders
- Notes
- Podcasts
- TV
- Keynote
- Numbers
- Pages
dockitems_persist:
- name: "Launchpad"
path: "/Applications/Launchpad.app"
pos: 1
- name: "Orion"
path: "/Applications/Orion.app"
pos: 2
- name: "Brave Browser"
path: "/Applications/Brave Browser.app"
pos: 3
- name: "Mail"
path: "/Applications/Mail.app"
pos: 4
- name: "Messages"
path: "/Applications/Messages.app"
pos: 5
- name: "Calendar"
path: "/Applications/Calendar.app"
pos: 6
- name: "Music"
path: "/Applications/Music.app"
pos: 7
- name: "App Store"
path: "/Applications/App Store.app"
pos: 8
- name: "Xcode"
path: "/Applications/Xcode.app"
pos: 9
- name: "Visual Studio Code"
path: "/Applications/Visual Studio Code.app"
pos: 10
- name: "Sublime Text"
path: "/Applications/Sublime Text.app"
pos: 11
- name: "Terminal"
path: "/Applications/Terminal.app"
pos: 12
- name: "System Preferences"
path: "/Applications/System Preferences.app"
pos: 13
configure_sudoers: false
sudoers_custom_config: ''
# Example:
# sudoers_custom_config: |
# # Allow users in admin group to use sudo with no password.
# %admin ALL=(ALL) NOPASSWD: ALL
dotfiles_repo: https://github.com/noranraskin/dotfiles.git
dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/Developer/dotfiles
dotfiles_files:
- .zshenv
- .zprofile
- .zshrc
- .gitconfig
- .gitignore
- .osx
- .tmux.conf
- .condarc
- .config/fish/conf.d/omf.fish
- .config/fish/config.fish
homebrew_installed_packages:
- python
- go
- openjdk
- openjdk@17
- gh
- fish
- carthage
- mosh
- tmux
- wget
- watch
- neofetch
- htop
- fzf
- ripgrep
- exa
- fd
- lsusb
# - google-cloud-sdk # Also making problems
- kubernetes-cli
- helm
- nginx
- ffmpeg
- tree
- jupyterlab
- arduino-cli
- cocoapods
homebrew_taps:
- homebrew/core
- homebrew/cask
- homebrew/cask-drivers
- nrlquaker/createzap
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
# Browsers
- orion
- google-chrome
- firefox
- brave-browser
- tor-browser
- folx
# Media playback
- vlc
- spotify
# Communication
- discord
- whatsapp
- zoom
- skype
# Media creation
# - adobe-creative-cloud # Making problems
- obs
- handbrake
# Text editors and IDEs
- intellij-idea
- goland
- clion
- pycharm
- visual-studio-code
- sublime-text
# Other dev stuff
- lens
- postman
- docker
- transmit
- sf-symbols
- miniforge
# Office apps
- microsoft-word
- microsoft-powerpoint
- microsoft-excel
# Games
- parsec
- minecraft
- multimc
- steam
- nvidia-geforce-now
# Audio
- spitfire-audio
# Utilities
- carbon-copy-cloner
- daisydisk
- nextcloud
# - synergy # Cask was removed
- surfshark
# Menu Bar Apps
- linearmouse
- bartender
- alt-tab
- textsniper
- lunar
# Quicklook
# - qlmarkdown
# - qlstephen
# - quicklook-json
# - qlcolorcode doesn't seem to work
# Other
# - autodesk-fusion360
# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps:
- 424389933 # Final Cut Pro
- 434290957 # Motion
- 424390742 # Compressor
- 634148309 # Logic Pro
- 497799835 # Xcode
- 1352778147 # Bitwarden
- 1319778037 # iStat Menus
- 441258766 # Magnet
- 409201541 # Pages
- 409183694 # Keynote
# - 429449079 # Patterns - The Regex App
- 425424353 # The Unarchiver
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: mcrcon
# Set to 'true' to configure Sublime Text.
configure_sublime: true
sublime_base_path: '~/Library/Application Support/Sublime Text'
sublime_config_path: "Packages/User"
sublime_package_control:
- "DocBlockr"
- "Dockerfile Syntax Highlighting"
- "FileDiffs"
- "GitHub Flavored Markdown Preview"
- "Jinja2"
- "Package Control"
- "PHP-Twig"
- "Pretty JSON"
- "SublimeLinter"
- "SublimeLinter-contrib-yamllint"
- "TrailingSpaces"
- "WordCount"
# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks: []