summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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"