summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-03-09 09:21:32 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-03-09 09:21:59 -0800
commit260ca7a284c188b8ad6adb2522f7b05dc32c7a7d (patch)
tree4bc5c5dc2aa73e681be0c1623d07318e3e91a399 /Makefile
parent[emacs] Twitter's style check report warnings too (diff)
downloademacs.d-260ca7a284c188b8ad6adb2522f7b05dc32c7a7d.tar.gz
[zsh] Add configuration for zsh
Basic configuration to start with zsh.

Closes #18.
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af99024..3b2f381 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,18 @@
 INTO    = $(HOME)
 
 INSTALL = \
+	  aliases \
 	  aspell.en.pws \
 	  bash_login \
 	  bash_logout \
 	  bashrc \
 	  emacs.d \
+	  env \
 	  gitconfig \
 	  gitignore \
-	  tmux.conf
+	  tmux.conf \
+	  zshenv \
+	  zshrc
 
 git:
 	git config --local user.email "franckcuny@gmail.com"