add msmtprc, fix urlview/makefile

This commit is contained in:
2017-06-19 00:56:24 -04:00
parent 6e4f911243
commit 27ec9e0334
5 changed files with 32 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
LN_FLAGS = -sfnv
MKDIR_FLAGS = -pv
home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc mutt zprofile zshrc
home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc
config_copy =
@@ -9,7 +9,7 @@ config_symlinks =
all: install
install: aliases Xresources xbindkeysrc xinitrc
install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc
.PHONY: $(home_symlinks)
$(home_symlinks):
@@ -28,6 +28,3 @@ $(config_symlinks):
$(eval DESTDIR := $(shell dirname ~/.config/$@))
mkdir $(MKDIR_FLAGS) $(DESTDIR)
test -e $(CURDIR)/$@ && ln $(LN_FLAGS) $(CURDIR)/$@ ~/.config/$@
zprofile:
test -e $(CURDIR)/profile && ln $(LN_FLAGS) $(CURDIR)/profile ~/.zprofile