summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4040f04..84b1a48 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,8 @@ INSTALL = \
 	gitconfig \
 	gitignore \
 	tmux.conf \
+	Xresources \
+	xsession \
 	zshenv \
 	zshrc
 
@@ -42,7 +44,7 @@ go-setup:
 
 .PHONY: git
 git:
-	@git config --local user.email "franck.cuny@gmail.com"
+	@git config --local user.email "franck@fcuny.net"
 	@git config --local user.name "Franck Cuny"
 
 .PHONY: check-dead