-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.mk
59 lines (55 loc) · 1.11 KB
/
config.mk
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
#actual config files everything depends on
HOME=/home/pranomostro
DOTDIR=$(HOME)/proj/misc/dots
SRCDIR=/usr/local/src
DOTS= \
ag/ignore \
bash/init \
bash/profile \
fish/conf \
fish/functions \
fish/variables \
gdb/init \
git/conf \
git/ignore \
gpg/agentconf \
gpg/conf \
input/conf \
mail/conf \
mblaze/filter \
mblaze/profile \
mbsync/conf \
msmtp/conf \
userdirs/dirs \
when/conf \
x/init \
x/neo \
comp/dwmconf.h \
comp/slockconf.h \
comp/slstatusconf.h \
comp/stconf.h \
INSTALLED= \
$(HOME)/.agignore \
$(HOME)/.bashrc \
$(HOME)/.bash_profile \
$(HOME)/.config/fish/config.fish \
$(HOME)/.config/fish/functions.fish \
$(HOME)/.config/fish/fish_variables \
$(HOME)/.gdbinit \
$(HOME)/.gitignore \
$(HOME)/.gitconfig \
$(HOME)/.gnupg/gpg-agent.conf \
$(HOME)/.gnupg/gpg.conf \
$(HOME)/.inputrc \
$(HOME)/.mailrc \
$(HOME)/.mblaze/filter \
$(HOME)/.mblaze/profile \
$(HOME)/.mbsyncrc \
$(HOME)/.msmtprc \
$(HOME)/.when/preferences \
$(HOME)/.xinitrc \
$(HOME)/.xmodmap \
$(SRCDIR)/dwm/config.h \
$(SRCDIR)/slstatus/config.h \
$(SRCDIR)/st/config.h \
$(SRCDIR)/slock/config.h