From 55ad866e3953a3e707b5d1891ac58592498b1cb1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 8 Apr 2018 16:15:15 -0700 Subject: [tmux] Add tmux again. But really not sure it will stick around. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f771e72..09314b4 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ INSTALL = \ ctags \ emacs.d \ gitconfig \ - gitignore + gitignore \ + tmux.conf INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) @@ -20,8 +21,8 @@ $(INTO)/.% : % $(HOME)/.ssh/authorized_keys: @curl https://github.com/fcuny.keys -o $(HOME)/.ssh/authorized_keys -$(HOME)/src: - @mkdir -p $(HOME)/src +$(HOME)/workspace/: + @mkdir -p $(HOME)/workspace/ .PHONY: git git: -- cgit v1.2.3