From 25a49a51da808f0e0c86e0ae07154f0da92cafc7 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 3 Jun 2017 01:43:17 +0200 Subject: Move mailcap to top of repo and install with make MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c03087..c109f64 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ install: -ln -sf "$(PWD)/zsh/zshenv" "$(HOME)/.zshenv" -mkdir -p "$(HOME)/.cache/zsh" -mkdir -p "$(HOME)/.local/share/nvim/backup" + -ln -sf "$(PWD)/mailcap" "$(HOME)/.mailcap" ~/misc/grawity/: -mkdir -p ~/misc/grawity -- cgit v1.2.3-54-g00ecf