From 432516f114f7f882bca7b8a5ada92b37e1d968a3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 27 Jan 2016 17:36:48 +1300 Subject: Add Zsh configuration --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 38af1c19..25392266 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ install-vim-plugins \ install-wyrd \ install-x \ + install-zsh \ test \ test-bash \ test-bin \ @@ -235,6 +236,9 @@ install-x : install -pm 0644 -- X/xbindkeysrc "$(HOME)"/.xbindkeysrc install -pm 0644 -- X/xinitrc "$(HOME)"/.xinitrc +install-zsh : + install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc + test : test-sh test-bash test-bin test-urxvt test-sh : -- cgit v1.2.3