Skip to content

Commit dcddf07

Browse files
Use dotdrop (almost) everywhere
1 parent f5d2e74 commit dcddf07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+192
-20
lines changed

config.yaml

Lines changed: 190 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,32 @@ config:
1616
showdiff: false
1717
workdir: ~/.config/dotdrop
1818
dotfiles:
19-
f_tmux.conf:
20-
dst: ~/.tmux.conf
21-
src: ./tmux/.tmux.conf
22-
link: true
19+
20+
# Alacritty
2321
f_alacritty.yml:
2422
dst: ~/.config/alacritty/alacritty.yml
2523
src: ./alacritty/.config/alacritty/alacritty.yml
2624
link: true
25+
26+
# Bin
2727
d_bin:
2828
dst: ~/bin/
2929
src: ./bin/bin/
3030
link: true
31+
32+
# Compton
3133
f_compton.conf:
3234
dst: ~/.config/compton/compton.conf
3335
src: ./compton/.config/compton/compton.conf
3436
link: true
37+
38+
# Ctags
3539
f_ctags:
3640
dst: ~/.ctags
3741
src: ./ctags/.ctags
3842
link: true
43+
44+
# Dunst
3945
f_dunstrc:
4046
dst: ~/.config/dunst/dunstrc
4147
src: ./dunst/.config/dunst/dunstrc
@@ -44,38 +50,204 @@ dotfiles:
4450
dst: ~/.icons/dunst/
4551
src: ./dunst/.icons/dunst/
4652
link: true
53+
54+
# Firefox
55+
d_firefox:
56+
dst: /tmp/.dotdrop/firefox_install/
57+
src: ./firefox/
58+
actions:
59+
- firefox_install
60+
61+
# Git
4762
f_gitconfig:
4863
dst: ~/.gitconfig
4964
src: ./git/.gitconfig
5065
link: true
66+
67+
# GTK
5168
d_gtk:
5269
dst: ~/.config/gtk-3.0/
53-
src: ./gtk/.config/gtk-3.0/
54-
link: true
70+
src: ./gtk/
71+
72+
# Lead
5573
f_lead:
5674
dst: ~/.config/lead/lead.conf
5775
src: ./lead/.config/lead/lead.conf
5876
link: true
59-
f_vimrc:
60-
dst: ~/.vimrc
61-
src: vimrc
62-
actions:
63-
- vim-plug-install
64-
- vim-plug
77+
78+
# Linters
79+
d_linters:
80+
dst: ~/
81+
src: ./linters/
82+
83+
# MPD
84+
f_mpd:
85+
dst: ~/.config/mpd/mpd.conf
86+
src: ./mpd/mpd.conf
87+
link: true
88+
89+
# MyCLI
90+
f_myclirc:
91+
dst: ~/.myclirc
92+
src: ./mycli/.myclirc
93+
link: true
94+
95+
# ncmpcpp
96+
f_ncmpcpp:
97+
dst: ~/.config/ncmpcpp/config
98+
src: ./ncmpcpp/config
99+
link: true
100+
101+
# neofetch
102+
f_neofetch:
103+
dst: ~/.config/neofetch/config
104+
src: ./neofetch/config
105+
link: true
106+
107+
# NPM
108+
f_npmrc:
109+
dst: ~/.npmrc
110+
src: ./npm/.npmrc
111+
link: true
112+
113+
# openbox
114+
d_openbox:
115+
dst: ~/.config/openbox/
116+
src: ./openbox/config/
117+
d_openbox_theme:
118+
dst: ~/.local/share/themes/Arc-Dark/openbox-3/
119+
src: ./openbox/theme/
120+
121+
# Ranger
122+
d_ranger:
123+
dst: ~/.config/ranger/
124+
src: ./ranger/
125+
126+
# Redshift
127+
f_redshift:
128+
dst: ~/.config/redshift.conf
129+
src: ./redshift/redshift.conf
130+
link: true
131+
132+
# Rofi pass
133+
f_rofi-pass:
134+
dst: ~/.config/rofi-pass/config
135+
src: ./rofi-pass/config
136+
link: true
137+
138+
# setxkbmap
139+
f_setxkbmap:
140+
dst: ~/.config/setxkbmap.conf
141+
src: ./setxkbmap/setxkbmap.conf
142+
link: true
143+
144+
# sxhkd
145+
f_sxhkdrc:
146+
dst: ~/.config/sxhkd/sxhkdrc
147+
src: ./sxhkd/sxhkdrc
148+
link: true
149+
150+
# Termite
151+
f_termite:
152+
dst: ~/.config/termite/config
153+
src: ./termite/config
154+
link: true
155+
156+
# Tern
157+
f_tern:
158+
dst: ~/.tern-project
159+
src: ./tern/.tern-project
160+
link: true
161+
162+
# Thunar
163+
f_thunar:
164+
dst: ~/.config/Thunar/uca.xml
165+
src: ./thunar/uca.xml
166+
link: true
167+
168+
# tint2
65169
d_tint2:
66170
dst: ~/.config/tint2/
67171
src: ./tint2/
68-
d_firefox:
69-
dst: /tmp/.dotdrop/firefox_install/
70-
src: ./firefox/
172+
173+
# tmux
174+
f_tmux:
175+
dst: ~/.tmux.conf
176+
src: ./tmux/.tmux.conf
177+
link: true
178+
179+
# tmuxinator
180+
d_tmuxinator:
181+
dst: ~/.config/tmuxinator/
182+
src: ./tmuxinator/
183+
184+
f_vim:
185+
dst: ~/.vim/
186+
src: ./vim/
71187
actions:
72-
- firefox_install
188+
- vim-plug-install
189+
- vim-plug
190+
191+
# X
192+
d_x:
193+
dst: ~/
194+
src: ./X/
195+
196+
# yay
197+
f_yay:
198+
dst: ~/.config/yay/config.json
199+
src: ./yay/config.json
200+
link: true
201+
202+
# Zathura
203+
f_zathura:
204+
dst: ~/.config/zathura/zathurarc
205+
src: ./zathura/zathurarc
206+
link: true
207+
208+
# zsh
209+
d_zsh:
210+
dst: ~/.oh-my-zsh/
211+
src: ./zsh/
212+
73213
profiles:
74214
Zeus:
75215
dotfiles:
76-
- f_tmux.conf
216+
- f_tmux
77217
Hermes:
78218
dotfiles:
79-
- d_tint2
219+
- f_alacritty.yml
220+
- d_bin
221+
- f_compton.conf
222+
- f_ctags
223+
- f_dunstrc
224+
- d_dunst_icons
80225
- d_firefox
226+
- f_gitconfig
227+
- d_gtk
228+
- f_lead
229+
- d_linters
230+
- f_mpd
231+
- f_myclirc
232+
- f_ncmpcpp
233+
- f_neofetch
234+
- f_npmrc
235+
- d_openbox
236+
- d_openbox_theme
237+
- d_ranger
238+
- f_redshift
239+
- f_rofi-pass
240+
- f_setxkbmap
241+
- f_sxhkdrc
242+
- f_termite
243+
- f_tern
244+
- f_thunar
245+
- d_tint2
246+
- f_tmux
247+
- d_tmuxinator
248+
- f_vim
249+
- d_x
250+
- f_yay
251+
- f_zathura
252+
- d_zsh
81253

File renamed without changes.
File renamed without changes.

gtk/.config/gtk-3.0/settings.ini renamed to gtk/settings.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ gtk-cursor-theme-name=Paper
55
gtk-cursor-theme-size=0
66
gtk-enable-event-sounds=1
77
gtk-enable-input-feedback-sounds=1
8-
gtk-fallback-icon-theme=breeze
98
gtk-font-name=Cantarell 11
109
gtk-icon-theme-name=Flat-Remix
1110
gtk-menu-images=1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)