-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-user.yaml
110 lines (110 loc) · 2.16 KB
/
config-user.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
config:
backup: true
banner: true
create: true
dotpath: dotfiles
ignoreempty: false
keepdot: false
link_dotfile_default: nolink
link_on_import: nolink
longkey: false
showdiff: false
workdir: ~/.config/dotdrop
dotfiles:
d_git-templates:
dst: ~/.git-templates
src: git-templates
d_scripts:
dst: ~/scripts
src: scripts
d_sxhkd:
dst: ~/.config/sxhkd
src: config/sxhkd
f_archey3.cfg:
dst: ~/.archey3.cfg
src: archey3.cfg
f_bash_profile:
dst: ~/.bash_profile
src: bash_profile
f_bashrc:
dst: ~/.bashrc
src: bashrc
f_gitconfig:
dst: ~/.gitconfig
src: gitconfig
f_vimrc:
dst: ~/.vimrc
src: vimrc
f_xinitrc:
dst: ~/.xinitrc
src: xinitrc
f_xresources:
dst: ~/.Xresources
src: Xresources
d_i3:
src: config/i3
dst: ~/.config/i3
f_npmrc:
src: npmrc
dst: ~/.npmrc
f_spotify.desktop:
src: local/share/applications/spotify.desktop
dst: ~/.local/share/applications/spotify.desktop
d_i3blocks:
src: config/i3blocks
dst: ~/.config/i3blocks
d_gtk-3.0:
src: config/gtk-3.0
dst: ~/.config/gtk-3.0
f_gtkrc-2.0:
src: gtkrc-2.0
dst: ~/.gtkrc-2.0
f_picom.conf:
src: config/picom/picom.conf
dst: ~/.config/picom/picom.conf
d_alacritty:
src: config/alacritty
dst: ~/.config/alacritty
f_linopenrc:
src: linopenrc
dst: ~/.linopenrc
f_config:
src: config/i3/config
dst: ~/.config/i3/config
f_polybar_config:
src: config/polybar/config.ini
dst: ~/.config/polybar/config.ini
f_repos.txt:
src: code/repos.txt
dst: ~/code/repos.txt
f_flameshot.ini:
src: config/flameshot/flameshot.ini
dst: ~/.config/flameshot/flameshot.ini
f_inputrc:
src: inputrc
dst: ~/.inputrc
profiles:
beta:
dotfiles:
- f_bashrc
- f_bash_profile
- f_vimrc
- f_xinitrc
- f_xresources
- d_git-templates
- f_gitconfig
- f_archey3.cfg
- d_sxhkd
- d_scripts
- d_i3
- f_npmrc
- f_spotify.desktop
- d_i3blocks
- f_picom.conf
- d_alacritty
- f_linopenrc
- f_config
- f_polybar_config
- f_repos.txt
- f_flameshot.ini
- f_inputrc