forked from nickmaccarthy/mac-dev-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.config.yml
100 lines (86 loc) · 1.35 KB
/
custom.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
---
# dotfiles_install: True
# dotfiles_repo: https://raw.githubusercontent.com/nickmaccarthy/dotfiles/master
# dotfiles_items:
# - bash_profile
# - vimrc
# - kuberc
default_shell: /bin/zsh
zsh:
theme: "jreese"
p10k:
enabled: yes
managed: no
plugins:
- git
- ansible
- terraform
- virtualenv
- pip
- osx
- kubectl
- helm
- docker
- aws
- vault
additional_brew_base_items:
- openssl
- vim
- git
- wget
- htop
- node
- golang
- jq
- sops
- pyenv
- pyenv-virtualenv
- nmap
- mysql-client
- kubectx
- tree
- watch
- awscli
- helmfile
- terragrunt
- bash-completion@2
- gpg
- blackbox
- gnu-tar
- zsh-completions
- romkatv/powerlevel10k/powerlevel10k
additional_brew_cask_items:
- visual-studio-code
- skitch
- docker
- iterm2
- alfred
- slack
- sublime-text
- postman
- drawio
# Kubectl things
kubectl_versions:
- '1.17.14'
- '1.18.14'
kubectl_default_version: '1.17.14'
# Kops things
kops_versions:
- 1.16.4
kops_default_version: 1.16.4
# helm things
helm_versions:
- 3.3.1
- 3.4.2
helm_default_version: 3.4.2
# Terraform things
terraform_versions:
- 0.14.0
- 0.14.8
- 0.15.3
terraform_default_version: "0.15.3"
# Vault things
vault_versions:
- "1.7.1"
- "1.6.3"
vault_default_version: "1.7.1"