-
Notifications
You must be signed in to change notification settings - Fork 0
/
.install.conf.yaml
99 lines (93 loc) · 2.32 KB
/
.install.conf.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
- defaults:
link:
create: true
force: true
relink: true
shell:
stderr: true
stdout: true
- clean: ["~"]
- link:
~/.shell:
~/.bash_logout:
~/.bash_profile:
~/.bashrc:
~/.editorconfig:
~/.gitattributes: git/gitattributes
~/.gitconfig: git/gitconfig
~/.gitignore_global: git/gitignore_global
~/.config/flake8: flake8
- if:
cond: echo "$OSTYPE" | grep msys
met:
- link:
~/.minttyrc:
- shell:
- command: bash shell/msys.sh
- if:
cond: test "$REMOTE_CONTAINERS" != true
met:
- create:
- ~/git/cal-itp
- ~/git/compiler
- ~/git/thekaveman
- link:
~/git/thekaveman/.gitconfig: git/thekaveman.gitconfig
~/.vimrc:
- if:
cond: brew --version
unmet:
- shell:
- command: bash tools/brew.sh
- if:
cond: python --version || python3 --version
unmet:
- shell:
- command: bash tools/python.sh
- if:
cond: docker --version
unmet:
- shell:
- command: bash tools/docker.sh
- if:
cond: echo "$OSTYPE" | grep darwin
met:
- shell:
- command: mkdir -p ~/.docker
- link:
~/.docker/config.json: docker/config.osx.json
- if:
cond: dotnet --version
unmet:
- shell:
- command: bash tools/dotnet.sh
- if:
cond: gcloud --version
unmet:
- shell:
- command: bash tools/gcloud.sh
- if:
cond: terraform --version
unmet:
- shell:
- command: bash tools/terraform.sh
- if:
cond: code -v
unmet:
- shell:
- command: bash tools/vscode.sh
- if:
cond: echo "$OSTYPE" | grep linux
met:
- link:
~/.config/Code/User/settings.json: vscode/settings.json
- if:
cond: echo "$OSTYPE" | grep darwin
met:
- link:
"~/Library/Application Support/Code/User/settings.json": vscode/settings.json
- if:
cond: code -v
met:
- shell:
- command: bash vscode/install-extensions.sh