-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
73 lines (61 loc) · 1.31 KB
/
install.conf.yaml
File metadata and controls
73 lines (61 loc) · 1.31 KB
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
---
- defaults:
brew:
stdin: true
stderr: true
stdout: true
cask:
stdin: true
stderr: true
stdout: true
brewfile:
stdin: true
stderr: true
stdout: true
link:
relink: true
shell:
stdin: true
sttdout: true
stderr: true
- clean: ['~']
- link:
~/.gitconfig-work: ~/Source/datameld/.gitconfig
~/.gitconfig: .gitconfig
~/.gitignore: .gitignore
~/.zshrc: .zshrc
~/.macos: .macos
~/.editorconfig: .editorconfig
~/.zsh_plugins.txt: .zsh_plugins.txt
# - create:
# - ~/downloads
# - ~/.vim/undo-history
- git:
'~/.antidote':
url: https://github.com/mattmc3/antidote.git
method: clone
'~/.asdf':
url: https://github.com/asdf-vm/asdf.git
method: clone
- shell:
- [git submodule update --init --recursive, Installing submodules]
# - ~/.macos
- asdf:
- plugin: python
url: https://github.com/tuvistavie/asdf-python.git
global: 3.12.1
versions:
- 3.12.1
- plugin: nodejs
url: https://github.com/asdf-vm/asdf-nodejs.git
global: 20.11.1
versions:
- 20.11.1
- plugin: ruby
url: https://github.com/asdf-vm/asdf-ruby.git
global: 3.2.2
versions:
- 3.2.2
- install-brew: true
# - brewfile:
# - Brewfile