-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
90 lines (82 loc) · 1.82 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
- defaults:
link:
relink: True
brew:
stdin: True
stderr: True
stdout: True
cask:
stdin: True
stderr: True
stdout: True
brewfile:
stdin: True
stderr: True
stdout: True
shell:
stderr: true
stdout: true
- clean: ['~']
# Installs brew if missing
- install-brew: True
# Reads brewfile for packages to install
- brewfile:
- Brewfile
- create:
- ~/Developer
- ~/Developer/src
- link:
~/.aliases: aliases
~/.bash_logout: bash_logout
~/.bashrc: bashrc
~/.functions: functions
~/.gitconfig: gitconfig
~/.gitignore: gitignore
~/.inputrc: inputrc
~/.tmux.conf: tmux.conf
~/.vimrc: vimrc
~/.zshrc: zshrc
~/.zshenv: zshenv
~/.gnupg/gpg-agent.conf:
create: True
path: gnupg/gpg-agent.conf
~/.config/alacritty/alacritty.yml:
create: True
path: alacritty.yml
~/.config/karabiner/karabiner.json:
create: True
path: karabiner.json
~/.config/direnv/:
create: True
glob: True
path: direnv/*
~/.config/starship.toml:
create: True
path: starship.toml
~/Library/Application Support/Code/User/settings.json:
create: True
path: vscode/settings.json
~/Library/Application Support/Code/User/keybindings.json:
create: True
path: vscode/keybindings.json
- asdf:
- plugin: direnv
versions:
- latest
global: latest
- plugin: python
versions:
- 2.7.18
- 3.8.10 # nodejs v14
- 3.9.17
- 3.10.12
- latest
global: latest
- plugin: nodejs
versions:
# - 7.10.1
# - 14.21.3
- 18.16.1
global: 18.16.1
- shell:
- [asdf direnv setup --shell zsh --version latest]