From 260ca7a284c188b8ad6adb2522f7b05dc32c7a7d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Mar 2016 09:21:32 -0800 Subject: [zsh] Add configuration for zsh Basic configuration to start with zsh. Closes #18. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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" -- cgit 1.4.1