From 3491084899af1521ffd1cf1344db4324edb915ce Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Sep 2020 10:52:54 -0700 Subject: linux: new resource files for linux We start with the Xresources and xsession files for now. We want to set the window manager to be i3, and we need to configure some things for the fonts. Update the email address in the makefile too. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3