-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
43 lines (39 loc) · 1.22 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
- defaults:
link:
create: true
relink: true
shell:
stdin: true
stdout: true
stderr: true
quiet: true
- clean: ["~", "~/.config"]
- link:
~/.config/hypr: .config/hypr
~/.config/bottom: .config/bottom
~/.config/waybar: .config/waybar
~/.config/dunst: .config/dunst
~/.config/kitty: .config/kitty
~/.config/rofi: .config/rofi
~/.config/Thunar: .config/Thunar
~/.config/zsh: .config/zsh
~/.config/Vencord: .config/Vencord
~/.config/paru: .config/paru
~/.config/ncmpcpp: .config/ncmpcpp
~/.config/mpd: .config/mpd
~/.config/macchina: .config/macchina
~/.config/nvim: .config/nvim
~/.local/scripts: .local/scripts
~/.local/share/fonts: .local/share/fonts
~/.local/share/rof: .local/share/rofi
~/.local/share/icons/default: .local/share/icons/default
~/Pictures/Wallpapers: Wallpapers
~/.zshenv: .zshenv
- create:
- ~/.local/state/zsh
- shell:
- [assets/bootstrap/paru.sh, Installing paru]
- [assets/bootstrap/chaotic-aur.sh, Installing ChaoticAUR]
- [assets/bootstrap/packages.sh, Installing packages]
- [assets/bootstrap/zgenom.sh, Installing zgenom]
- [chsh -s $(which zsh), Making zsh the default shell]