summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-06-10 08:06:29 -0700
committerFranck Cuny <fcuny@twitter.com>2019-06-10 08:06:29 -0700
commit23e5099b005f0181756b14c20c800c584399aeb1 (patch)
tree7e52a0650eb4e841ef694846fa3158ff33d9a810 /Makefile
parent[emacs] merged a bunch of org-files together. (diff)
downloademacs.d-23e5099b005f0181756b14c20c800c584399aeb1.tar.gz
[tmux] here we go again
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7e44a5e..39748df 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ INSTALL = \
 	ctags \
 	emacs.d \
 	gitconfig \
-	gitignore
+	gitignore \
+	tmux.conf
 
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
@@ -24,7 +25,7 @@ $(HOME)/.ssh/authorized_keys:
 $(HOME)/workspace:
 	@mkdir -p $(HOME)/workspace/
 
-$(HOME)/GDrive/screenshots:
+$(HOME)/Documents/screenshots:
 	@mkdir -p $(HOME)/GDrive/screenshots
 
 .PHONE: osx