-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
69 lines (60 loc) · 1.46 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
- defaults:
link:
relink: true
create: true
exclude: ".*local.*"
- clean:
- "~"
- ~/.config
- ~/.local/share/fonts/
- ~/.local/share/applications/
- ~/.local/bin/
- link:
# GTK Settings
~/.config/gtk-3.0/:
path: dots/gtk/gtk-3.0/*
force: true
glob: true
~/.config/xsettingsd/:
path: dots/gtk/xsettingsd/*
force: true
glob: true
~/.local/share/icons/default/:
path: dots/gtk/icons/default/*
force: true
glob: true
~/.config/gtk-2.0/gtkrc:
path: dots/gtk/gtkrc-2.0
force: true
# Config Dirs
~/.config/git: dots/git
~/.config/hypr: dots/hypr
~/.config/fish: dots/fish
~/.config/tmux: dots/tmux
~/.config/direnv/direnvrc: dots/direnvrc
~/.config/nvim: dots/nvim
~/.config/ags: dots/ags
~/.config/astal: dots/astal
~/.config/yazi/: dots/yazi
~/.config/ghostty/: dots/ghostty
# Config Files
~/.config/starship.toml: dots/starship.toml
~/.config/mimeapps.list: dots/mimeapps.list
~/.config/foot/foot.ini: dots/foot.ini
# Local Files
~/.local/share/fonts/:
path: dots/fonts/*
glob: true
~/.local/share/applications/:
path: dots/applications/*
glob: true
~/.local/bin/:
path: dots/bin/*
glob: true
~/.cache/builds/:
path: dots/builds/*
glob: true
# Miscellaneous
~/Pictures/wallpapers/:
path: dots/wallpapers/*
glob: true