add msmtprc, fix urlview/makefile
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user