From 16dee1758ea2070d01af3be51f5606d5afb389df Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 29 Oct 2018 02:25:56 -0400 Subject: be more specific about the conf files i install so that real data is (mostly) not sitting around in ~/conf --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3-54-g00ecf