-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
57 lines (57 loc) · 1.08 KB
/
config.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
config:
backup: true
banner: true
create: true
dotpath: dotfiles
keepdot: false
link_dotfile_default: nolink
link_on_import: nolink
longkey: false
dotfiles:
f_bashrc:
src: bashrc
dst: ~/.bashrc
chmod: '644'
f_hyprland.conf:
src: config/hypr/hyprland.conf
dst: ~/.config/hypr/hyprland.conf
f_kitty.conf:
src: config/kitty/kitty.conf
dst: ~/.config/kitty/kitty.conf
chmod: '644'
f_config.ini:
src: config/waypaper/config.ini
dst: ~/.config/waypaper/config.ini
d_gtk-3.0:
src: config/gtk-3.0
dst: ~/.config/gtk-3.0
chmod: '700'
d_icons:
src: icons
dst: ~/.icons
chmod: '755'
d_themes:
src: themes
dst: ~/.themes
f_starship.toml:
src: config/starship.toml
dst: ~/.config/starship.toml
d_ags:
src: config/ags
dst: ~/.config/ags
d_gbar:
src: config/gBar
dst: ~/.config/gBar
profiles:
studiopc:
dotfiles:
- f_bashrc
- f_hyprland.conf
- f_kitty.conf
- f_config.ini
- d_gtk-3.0
- d_icons
- d_themes
- f_starship.toml
- d_ags
- d_gbar