-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathinstall.conf.yaml
63 lines (62 loc) · 1.24 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
- shell:
-
description: Set zsh as the default shell
command: chsh -s $(which zsh)
-
description: Install Starship (https://starship.rs/)
command: "curl -sS https://starship.rs/install.sh | sh"
stdin: true
stdout: true
- link:
~/bin:
create: true
path: bin
relink: true
~/.config/git:
create: true
path: config/git
relink: true
~/.config/htop:
create: true
path: config/htop
relink: true
~/.config/kitty:
create: true
path: config/kitty
relink: true
~/.config/kitty-themes:
create: true
path: config/kitty-themes
relink: true
~/.config/nvim:
create: true
path: config/nvim
relink: true
~/.agignore:
create: true
path: agignore
relink: true
~/.gitconfig:
create: true
path: gitconfig
relink: true
~/.gitignore:
create: true
path: gitignore
relink: true
~/.tmux:
create: true
path: tmux
relink: true
~/.tmux.conf:
create: true
path: tmux.conf
relink: true
~/.urlview:
create: true
path: urlview
relink: true
~/.zshrc:
create: true
path: zshrc
relink: true