-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.yaml
79 lines (73 loc) · 1.91 KB
/
vars.yaml
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
install_gcloud: false
install_mas: false
homebrew_path: "{{ (ansible_machine == 'arm64') | ternary('/opt/homebrew', '/usr/local') }}"
docker_arch: "{{ (ansible_machine == 'arm64') | ternary('arm64', 'amd64') }}"
vscode_arch: "{{ (ansible_machine == 'arm64') | ternary('-arm64', '') }}"
gcloud_arch: "{{ (ansible_machine == 'arm64') | ternary('arm', 'x86_64') }}"
zsh_data_path: "{{ (ansible_machine == 'arm64') | ternary('/opt/homebrew/share/zsh', '/usr/local/share/zsh') }}"
zsh_completion_path: "{{ (ansible_machine == 'arm64') | ternary('/opt/homebrew/share/zsh/site-functions', '/usr/local/share/zsh/site-functions') }}"
homebrew_formulas:
- alacritty
- coreutils
- curl
- git
- jq
- mas
- fzf
- fd
- bat
# BEGIN asdf
- openssl
- readline
- sqlite3
- xz
- zlib
- tcl-tk
# END asdf
- neovim
- make
- unzip
- gnu-tar
- gcc
- ripgrep
- azure-cli
- awscli
- python
- ansible
homebrew_casks:
- amethyst
- git-credential-manager
appstore_apps:
- 1569813296 # 1Password for Safari
- 1440147259 # AdGuard for Safari
- 1438243180 # Dark Reader for Safari
- 1606897889 # Consent-O-Matic
vscode_extensions:
- arcanis.vscode-zipfs
- bierner.markdown-mermaid
- davidanson.vscode-markdownlint
- dbaeumer.vscode-eslint
- eamodio.gitlens
- editorconfig.editorconfig
- esbenp.prettier-vscode
- github.copilot
- github.copilot-chat
- github.github-vscode-theme
- golang.go
- hashicorp.terraform
- humao.rest-client
- mikestead.dotenv
- ms-python.debugpy
- ms-python.python
- ms-python.vscode-pylance
- orta.vscode-jest
- redhat.ansible
- redhat.vscode-yaml
- rust-lang.rust-analyzer
- streetsidesoftware.code-spell-checker
- streetsidesoftware.code-spell-checker-british-english
- streetsidesoftware.code-spell-checker-dutch
- tamasfe.even-better-toml
- timonwong.shellcheck
git_user_name: "Miguel Lo-A-Foe"
git_user_email: "miguel@loafoe.dev"