-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdefault.config.yml
191 lines (172 loc) · 4.29 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
---
####################################################################
### Role: Settings
# Hostname
computername: GP’s MacBook Pro
hostname: null
# finder_proxy_icon_hover_delay: null
# Safari
# safari_show_full_url_in_address_bar: true
safari_open_safe_files_automatically: false
safari_show_status_bar: true
safari_show_developer_menu: true
# System
system_save_application_state_on_quit: false
system_expand_save_panel_by_default: true
system_expand_print_panel_by_default: true
system_show_file_extensions_warning: false
system_warn_before_emptying_the_trash: true
# system_use_f_keys_as_standard_function_keys: null
system_index_network_storage_with_spotlight: false
# Screen
screensaver_ask_for_password: true
screensaver_ask_for_password_in_seconds: 5
# Dock
dock_make_hidden_apps_translucent: true
dock_show_indicator_lights_for_open_apps: true
dock_tilesize: 40
# Trackpad
trackpad_tap_to_click: true
# Ssh
configure_ssh: true
ssh_keys:
[]
# - name: "example"
# host: "example.com"
# type: "ed25519"
# comment: "some comment"
# - name: "gitlab"
# host: "gitlab.com"
# hostname: "username.gitlab.com"
# type: "rsa"
# comment: "some comment"
####################################################################
### Role: Homebrew
homebrew_taps:
- heroku/brew
- homebrew/cask
- homebrew/cask-fonts
- homebrew/core
- vapor/tap
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- appcleaner
- araxis-merge
# - bloomrpc
# - cleanmymac
# - daisydisk
- docker
- font-cascadia-code
- font-fira-code-nerd-font
- font-jetbrains-mono
- google-chrome
- gpg-suite-no-mail
# - iina
# - imageoptim
# - insomnia
- iterm2
- keka
# - knuff
- microsoft-edge
# - navicat-premium
- ngrok
- p4v
# - parallels
- postman
- tableplus
# - temurin # Java
- tower
- transmission
- visual-studio-code
# - visual-studio-code-insiders
- vlc
# - vmware-fusion
# - xscope
# - zoom
homebrew_installed_packages:
# - ansible # Installed via Pip.
# - asdf
- cosign
- diff-so-fancy
- fnm
- git
- git-lfs
# - gitlab-runner
# - helm
# - heroku
- httpie
- jq
# - minikube
- openssl
- ssh-copy-id
- starship
- tree
- watchman
####################################################################
### Role: MAS
mas_email: ""
mas_password: ""
mas_installed_apps:
# - { name: "1Password 7", id: 1333542190 }
- { name: "1Password for Safari", id: 1569813296 }
# - { name: "Affinity Designer", id: 824171161 }
# - { name: "Affinity Photo", id: 824183456 }
# - { name: "Agenda", id: 1287445660 }
- { name: "Amphetamine", id: 937984704 }
- { name: "Bitdefender Virus Scanner", id: 500154009 }
- { name: "Craft", id: 1487937127 }
- { name: "Keynote", id: 409183694 }
- { name: "Magnet", id: 441258766 }
# - { name: "Microsoft Excel", id: 462058435 }
# - { name: "Microsoft Word", id: 462054704 }
- { name: "Money", id: 1185488696 }
- { name: "Numbers", id: 409203825 }
- { name: "Pages", id: 409201541 }
# - { name: "Pixelmator Pro", id: 1289583905 }
# - { name: "Pixelmator", id: 407963104 }
- { name: "Playgrounds", id: 1496833156 }
- { name: "Reeder", id: 1529448980 }
- { name: "Slack", id: 803453959 }
- { name: "Spark", id: 1176895641 }
# - { name: "The Unarchiver", id: 425424353 }
# - { name: "Twitter", id: 1482454543 }
- { name: "Xcode", id: 497799835 }
####################################################################
### Role: Node
node_manager: fnm
node_version: 18.11.0
npm_packages:
# - "@angular/cli"
# - "@electron-forge/cli"
# - "@maizzle/cli"
# - "@nestjs/cli"
- autocannon
- create-nx-workspace
- depcheck
- eslint
- npm-check-updates
- nx
# - oclif
- pnpm
- prettier
# - verdaccio
- yarn
####################################################################
### Role: dotfiles
configure_dotfiles: true
dotfiles_repo: https://github.com/gperdomor/dotfiles.git
dotfiles_repo_version: main
dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/Developer/dotfiles
dotfiles_files:
# - .asdfrc
- .gitconfig
- .gitignore
- .npmrc
# - .tool-versions
- .zshrc
projects:
- dest: "macOS-ansible"
repo_https: "https://github.com/gperdomor/macOS-ansible.git"
repo_ssh: "git@github.com:gperdomor/macOS-ansible.git"
version: main