-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.config.yml
88 lines (76 loc) · 1.57 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
---
downloads: ~/.ansible-downloads/
homebrew_installed_packages:
- zsh
- git
- gnupg
- tig
- stow
- asdf
- antigen
- gh
- awscli
- watch
- htop
- podman
- jq
# feat request: aws session manager (for leapp)
homebrew_taps:
- homebrew/cask
homebrew_cask_apps:
- firefox
- iterm2
- visual-studio-code
- obsidian
- slack
- spotify
- google-chrome
- brave-browser
- leapp
- drawio
asdf_plugins:
- name: "java"
repository: "https://github.com/halcyon/asdf-java.git"
versions:
- adoptopenjdk-17.0.0+35
global: adoptopenjdk-17.0.0+35
- name: "maven"
repository: "https://github.com/halcyon/asdf-maven"
versions:
- 3.5.4
global: 3.5.4
- name: "nodejs"
repository: "https://github.com/asdf-vm/asdf-nodejs.git"
versions:
- 16.14.2
global: 16.14.2
- name: "python"
repository: "https://github.com/danhper/asdf-python"
versions:
- 3.10.2
global: 3.10.2
- name: "ruby"
repository: "https://github.com/asdf-vm/asdf-ruby"
versions:
- 3.1.1
global: 3.1.1
- name: "clojure"
repository: "https://github.com/halcyon/asdf-clojure"
versions:
- 1.10.3.822
global: 1.10.3.822
- name: "golang"
repository: "https://github.com/kennyp/asdf-golang"
versions:
- 1.16.5
global: 1.16.5
- name: "rust"
repository: "https://github.com/code-lever/asdf-rust"
versions:
- 1.53.0
global: 1.53.0
- name: "scala"
repository: "https://github.com/mtatheonly/asdf-scala"
versions:
- 3.0.2
global: 3.0.2