-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
157 lines (146 loc) · 2.87 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
---
downloads: ~/.ansible-downloads/
config_from_git:
- {
repo: '[email protected]:satblip/karabiner-elements-config.git',
destination: '~/.config/karabiner',
}
homebrew_installed_packages:
- 1password-cli
- gh
- iperf
- mas
- node
- nmap
- npm
- openssl
- python
- python3
- redis
- telnet
- shellcheck
- siege
- sqlite
- tldr
- wget
- zookeeper
- zsh-autosuggestions
- zsh-syntax-highlighting
homebrew_taps:
- homebrew/core
- homebrew/cask
- homebrew/cask-versions
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- adobe-creative-cloud
- affinity-designer
- another-redis-desktop-manager
- audio-hijack
- bruno
- chirp
- cockatrice
- colorsnapper
- coolterm
- debookee
- discord
- drawio
- dropbox
- raspberry-pi-imager
- farrago
- firefox
- firefox-developer-edition
- google-chrome
- gpg-suite
- grandperspective
- imageoptim
- iterm2
- karabiner-elements
- keka
- licecap
- microsoft-excel
- microsoft-edge
- microsoft-powerpoint
- microsoft-word
- mqttfx
- ngrok
- notion
- notion-calendar
- obs
- onyx
- opera
- orbstack
- pocket-casts
- postbox
- postman
- prusaslicer
- qflipper
- raycast
- rectangle
- saleae-logic
- setapp
- signal
- slack
- sourcetree
- spotify
- steam
- sublime-text
- surfshark
- tinymediamanager
- via
- viscosity
- visual-studio-code
- vlc
- wireshark
- zoom
mas_installed_apps:
- { id: 1352778147, name: 'Bitwarden (2024.2.0)' }
- { id: 1500180529, name: 'UPS Power Monitor (1.5.9)' }
- { id: 497799835, name: 'Xcode (15.3)' }
- { id: 669289700, name: 'Sweet Home 3D (7.3.1)' }
- { id: 937984704, name: 'Amphetamine (5.3.2)' }
- { id: 1088670425, name: 'Cuprum (3.1.9)' }
- { id: 442160987, name: 'Flycut (1.9.6)' }
# osx_script: "~/.osx --no-restart"
gem_packages: []
npm_packages:
- name: eslint
state: present
- name: semistandard
state: present
- name: snazzy
state: present
- name: nyc
state: present
- name: eslint-config-standard
state: present
- name: eslint-plugin-import
state: present
- name: eslint-plugin-n
state: present
- name: eslint-plugin-promise
state: present
pip_packages:
- name: platformio
state: present
vscode_packages:
- artdiniz.quitcontrol-vscode
- bmarkovic.haproxy
- spywhere.guides
- wholroyd.jinja
- wmaurer.change-case
- donjayamanne.githistory
- druideinformatique.antidote
- gruntfuggly.todo-tree
- lokalise.i18n-ally
- tyriar.sort-lines
- christian-kohler.npm-intellisense
- christian-kohler.path-intellisense
- bruno-api-client.bruno
- dbaeumer.vscode-eslint
- platformio.platformio-ide
- digitalbrainstem.javascript-ejs-support
- ryanluker.vscode-coverage-gutters
- github.copilot-chat
- github.copilot
- davidanson.vscode-markdownlint
post_provision_tasks: []