aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-01-27 17:36:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-01-27 17:36:48 +1300
commit432516f114f7f882bca7b8a5ada92b37e1d968a3 (patch)
treef3750064171481ddf989dd3e4d25f4f116859207 /Makefile
parentUpdate submodules (diff)
downloaddotfiles-432516f114f7f882bca7b8a5ada92b37e1d968a3.tar.gz
dotfiles-432516f114f7f882bca7b8a5ada92b37e1d968a3.zip
Add Zsh configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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 :