-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
218 lines (218 loc) · 4.3 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
actions:
post:
omf-install: NONINTERACTIVE=1 fish -c "$(curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install)"
agnoster-install: fish -c 'omf install agnoster'
bat-build-cache: bat cache --build
spacemacs-install: git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
update-desktop-database: update-desktop-database ~/.local/share/applications/
config:
backup: true
banner: true
create: true
dotpath: dotfiles
keepdot: false
link_dotfile_default: link
longkey: false
link_on_import: nolink
minversion: 0.30.0
variables:
i3gaps: false
i3bordersize: 2
i3gapsize: 10
i3fontsize: 8
i3barposition: bottom
dynvariables:
sslcertificates: if [ -f /etc/ssl/certs/ca-bundle.crt ]; then echo "/etc/ssl/certs/ca-bundle.crt"; else echo "/etc/ssl/certs/ca-certificates.crt"; fi
dotfiles:
d_bat:
dst: ~/.config/bat
src: config/bat
actions:
- bat-build-cache
d_dunst:
dst: ../.config/dunst
src: config/dunst
d_fish:
dst: ~/.config/fish
src: config/fish
actions:
- omf-install
- agnoster-install
d_i3:
dst: ~/.config/i3
src: config/i3
d_i3status:
dst: ~/.config/i3status
src: config/i3status
d_msmtp:
dst: ~/.config/msmtp
src: config/msmtp
d_offlineimap:
dst: ~/.config/offlineimap
src: config/offlineimap
d_polybar:
dst: ~/.config/polybar
src: config/polybar
d_rofi:
dst: ~/.config/rofi
src: config/rofi
d_screenlayout:
dst: ~/.screenlayout
src: screenlayout
d_scripts:
dst: ~/scripts
src: scripts
d_spacemacs.d:
dst: ~/.spacemacs.d
src: spacemacs.d
actions:
- spacemacs-install
d_sxhkd:
dst: ~/.config/sxhkd
src: config/sxhkd
d_tmuxinator:
dst: ~/.tmuxinator
src: tmuxinator
f_aliases:
dst: ~/.aliases
src: aliases
f_bash_profile:
dst: ~/.bash_profile
src: bash_profile
f_bashrc:
dst: ~/.bashrc
src: bashrc
f_compton.conf:
dst: ~/.compton.conf
src: compton.conf
d_qutebrowser:
dst: ~/.config/qutebrowser
src: config/qutebrowser
f_gitconfig:
dst: ~/.gitconfig
src: gitconfig
f_i3-scrot.conf:
dst: ~/.config/i3-scrot.conf
src: config/i3-scrot.conf
f_latexmkrc:
dst: ~/.latexmkrc
src: latexmkrc
f_profile:
dst: ~/.profile
src: profile
f_tmux.conf:
dst: ~/.tmux.conf
src: tmux.conf
f_vimrc:
dst: ~/.vimrc
src: vimrc
f_xinitrc:
dst: ~/.xinitrc
src: xinitrc
f_xprofile:
dst: ~/.xprofile
src: xprofile
f_xresources:
dst: ~/.Xresources
src: Xresources
f_yaourtrc:
dst: ~/.yaourtrc
src: yaourtrc
d_zathura:
src: config/zathura
dst: ~/.config/zathura
f_org-protocol.desktop:
src: local/share/applications/org-protocol.desktop
dst: ~/.local/share/applications/org-protocol.desktop
link: nolink
actions:
- update-desktop-database
d_alacritty:
src: config/alacritty
dst: ~/.config/alacritty
f_startup.jl:
src: julia/config/startup.jl
dst: ~/.julia/config/startup.jl
profiles:
terminal:
dotfiles:
- d_fish
- d_bat
- d_scripts
- f_aliases
- f_bash_profile
- f_bashrc
- f_gitconfig
- f_profile
- f_tmux.conf
- f_vimrc
- f_xinitrc
- f_xprofile
- f_xresources
spacemacs_full:
dotfiles:
- d_spacemacs.d
- d_offlineimap
- d_msmtp
- f_org-protocol.desktop
i3:
dotfiles:
- d_i3
- d_i3status
- d_screenlayout
- d_sxhkd
bree:
include:
- terminal
- spacemacs_full
- i3
dotfiles:
- d_polybar
- d_rofi
- f_compton.conf
- f_latexmkrc
- f_yaourtrc
- d_dunst
- d_zathura
- d_alacritty
- f_startup.jl
variables:
i3gaps: true
i3gapsize: 10
i3barposition: top
murr:
include:
- terminal
- spacemacs_full
- i3
dotfiles:
- d_bat
- d_zathura
- f_startup.jl
variables:
i3gaps: true
i3bordersize: 5
i3gapsize: 32
i3fontsize: 10
dev:
include:
- terminal
- spacemacs_full
dotfiles:
- d_zathura
- f_latexmkrc
- f_startup.jl
- d_alacritty
shire:
include:
- terminal
- spacemacs_full
- i3
dotfiles:
- d_zathura
- d_alacritty
- f_startup.jl
- d_qutebrowser
archlinux:
include:
- dev