summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-29 02:25:56 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-29 02:25:56 -0400
commit16dee1758ea2070d01af3be51f5606d5afb389df (patch)
tree7a1583ac876d3df1f995366de86d94e9cae96719 /Makefile
parent2055497a70c2a29198b0904885e479a910c7267b (diff)
downloadconf-16dee1758ea2070d01af3be51f5606d5afb389df.tar.gz
conf-16dee1758ea2070d01af3be51f5606d5afb389df.zip
be more specific about the conf files i install
so that real data is (mostly) not sitting around in ~/conf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9737cba..88028dc 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ include Makefile.$(TYPE)
INSTALL := \
$(INSTALL) \
+ .abook/abookrc \
.agignore \
.bash_logout \
.bash_profile \
@@ -15,6 +16,7 @@ INSTALL := \
.gdbinit \
.gitconfig \
.gitignore \
+ .gnupg/gpg.conf \
.inputrc \
.ledgerrc \
.less \
@@ -22,12 +24,15 @@ INSTALL := \
.mpdconf \
.msmtprc \
.muttrc \
+ .ncmpcpp/bindings \
.nethackrc \
.perlcriticrc \
.profile \
.proverc \
.replyrc \
.screenrc \
+ .ssh/authorized_keys \
+ .ssh/cao_key \
.tigrc \
.tmux.conf \
.vimrc \
@@ -35,14 +40,10 @@ INSTALL := \
.zshcomplete \
.zshinput \
.zshrc \
- .abook \
.bin \
.dzil \
.fortune \
- .gnupg \
- .ncmpcpp \
.sh \
- .ssh \
.terminfo \
.tex \
.vim \