summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-05-24 20:14:41 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-05-24 20:14:41 -0700
commit736fbdd8ac58846a907dbc25af516fb7e3ca5af4 (patch)
tree1e3d48bdbfacf4269af2b07fc35334c145127712 /Makefile
parent[emacs] Drop configuration for org-mode. (diff)
downloademacs.d-736fbdd8ac58846a907dbc25af516fb7e3ca5af4.tar.gz
[zsh] Remove configuration for zsh
Remove unused documentation and configuration since we're back to bash.
Diffstat (limited to '')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index af15df7..a309f2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,15 @@
INTO = $(HOME)
INSTALL = \
- aliases \
+ bashrc \
+ bash_login \
+ bash_logout \
aspell.en.pws \
emacs.d \
gitconfig \
gitignore \
- tmux.conf \
- zprofile \
- zshrc
+ tmux.conf
+
git:
git config --local user.email "franckcuny@gmail.com"